- To: Chhaya Mudgal <chhaya@xxxxxxxxxxxxxxxxxx>
- From: Dave Glowacki <dglo@xxxxxxxxxxxxx>
- Date: Mon, 04 Jun 2001 15:47:50 -0500
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'.