[jcifs] Re: Tell me please!

Caldarale, Charles R Chuck.Caldarale at UNISYS.com
Tue Aug 3 22:30:15 GMT 2004


> From: haivmk [haivmk2007 at yahoo.com]
> Subject: [jcifs] Re: Tell me please!

> I tried: 
>    java -classpath "c:\Program Files\Java\jcifs-0.9.5.jar" Get
> but ---> ERROR:
>    Exception in thread "main" java.lang.NoClassDefFoudError: Get

Now it's telling you it can't find Get.class, which presumably is your test program.  The -classpath parameter must include all non-system classes that may be used in the execution of your program.  You'll need to add the location of your class file to the classpath.

 - Chuck


More information about the jcifs mailing list