Howdy, I've recently upgraded my OS to 2000. I installed jdk1.3 directly to my C: drive and went into settings and appended .;C:\jdk1.3\bin to the end of the path variable. When I go to do a
test program I get something weird. My very simple Test.java program compiles fine. But when I go to execute it, it says:
Exception in
thread "main" java.lang.NoClassDefFoundError:Test
Does this have to do with the classpath? I thought that if your classpath was wrong you wouldn't even be able to compile it in the first place. So frustrating, I'm a
SCJP and I STILL have problems with classpaths!!! Any suggestions on what's wrong are greatly appreciated. Thanks, Mike.