hi,
i have windows vista as an operating system.I have installed Jdk1.6 on it.
My path is
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common
Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShar
ed\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;c:\program files\java\jdk1.6.0\bin;C:\Program Files\QuickTime\QTSystem\;
classpath
.;C:\Program Files\Java\jdk1.6.0\jre\lib;C:\Program Files\Java\jre1.6.0\lib\ext\QTJava.zip;
I have written simple hello
java program .It compiles but does not run
i tried even with java -classpath .javafilename
i get the following error
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
thanks for the help in advance.
AP