The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Help with Security Toolkit

Posted by Florien-David Bormand on June 08, 2001 at 10:31 AM

Beginner with Java, I try to use a Java Security Toolkit.
With the examples provided by the editor, there is a batch file in order to compile the Java code and it begins with :
Ensure to set Absolute_ClassPath of the jar files before running this batch file.

I then tried, on the MSDOS command invite, writing:
set Absolute_ClassPath=C:\...\"the file where my jar files are stored"
and then on, running the batch, I obtain:
Exception in thread "main" java.lang.NoClassDefFoundError: ...

I then tried, on the MSDOS command invite, writing:
set Absolute_ClassPath=C:\...\file1.jar;C:\...\file2.jar;C:\... but the invite command line is too short and doesn't accept such a long command
the result of a .bat file is not better:
Espace d'environnement insuffisant

I am using Windows 98.

Any help is welcome.

Thanks



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us