NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

[no subject]

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'.