I've just installed the 1.5 JDK.
It compiles my files fine, but when running I get the error
Exception in thread "main" java.lang.NoClassDefFoundError: <the class I tryed to run>
It has a main method and the program compiles on other machines.
Any ideas?