i'm using jdk 1.3 with windows 2000 professional. i have set the path and the
classpath in environment variables.
i can use javac very conviniently
but every time i java a program, for example
java xyz
i get the message
Exception in thread "main" java.lang.NoClassDefFoundError: xyz
my details for path and classpath are
classpath=C:\jdk1.3\lib;C:\j2sdkee1.2.1\lib\j2ee.jar
path=C:\jdk1.3\bin;C:\j2sdkee1.2.1\bin
i have used many programs earliear and they worked fine
but this a new problem. i tried using both old and new class files.