alpa pathak

Greenhorn
+ Follow
since Apr 23, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by alpa pathak

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
17 years ago