[jcifs] Re: Tell me please!

Caldarale, Charles R Chuck.Caldarale at UNISYS.com
Tue Aug 3 23:08:16 GMT 2004


> From: haivmk [haivmk2007 at yahoo.com]
> Subject: [jcifs] Re: Tell me please!
> 
> Tell me please , How to add the location of my class file( 
> Get.class ) to the classpath?

The classpath argument is a series of paths, separated by semicolons (on Windows).  Just add the directory your class is in to the argument.  Enter java (with no parameters) for a brief explanation of the options and arguments for the launcher.

You might want to invest some time in a basic Java book or online tutorial.

 - Chuck


More information about the jcifs mailing list