Chhaya Mudgal wrote: > when I compile one of the examples in the examples jar file > it gives me error. The file was VerySimple.java that i tried to run. > > error was > exception in thread "main" java.langNoClassDefFoundError: VerySimple.java It looks like you tried to run 'VerySimple.java', which is the name of the source file. Instead, try 'java VerySimple'.
visad
archives: