I was wandering if anyone knows how to fix the problem with the jvm launcher. My java programs seem to compile but don't seem to run when "java" is invoked.
Heres a readout from emacs if it helps:
javaw basket1
java.lang.NoClassDefFoundError: basket1 Exception in thread "main" Process basket1 exited abnormally with code 1
I am using win me java version: 1.4.1_02 jre build as below java hotspot(tm) client vm <build 1.4.1_02-b06,mixed mode>
i have already reinstalled windows,jre,jdsk2 and also emacs but all these don't seem to fix it, any ideas?
Thanks
PS my past programs don't seem to work at all however when executed on another machine seems to work fine
This could probably also be fixed by making your current directory the same as where the class file is (which is probably the same as where the .java file is, as well). I don't know how this is done in emacs, but it is probably possible.