classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help


From: Mogayzel, Bruce
Subject: Help
Date: Thu, 25 Jul 2002 13:16:50 -0700

I am trying to follow the instructions below and have no idea where or how I should do this.  Will you help me?

Bruce 818 972 3336 office 818 841 6988 home (West Coast Pacific Time Zone)

INSTALLING

Copy the gnu-regexp-1.0.8.jar file (located in the 'lib' directory)
to your usual installation directory for Java archives.

To use gnu.regexp, you will need to include it in your classpath
setting.  Typically this is done by adding an entry to your CLASSPATH
variable setting with the full path to the JAR file, e.g.
  csh:  % setenv CLASSPATH ${CLASSPATH}:/usr/java/lib/gnu-regexp-1.0.8.jar
 bash:  % export CLASSPATH=${CLASSPATH}:/usr/java/lib/gnu-regexp-1.0.8.jar
  DOS:  > set CLASSPATH %CLASSPATH%;C:\Java\lib\gnu-regexp-1.0.8.jar
Various shells and operating systems may have slightly different methods.
Consult your Java virtual machine documentation for details.  You may also
specify the -classpath option to the java executable, e.g.
compile: % javac -classpath /usr/java/lib/gnu-regexp-1.0.8.jar MyClass.java
execute: % java -classpath /usr/java/lib/gnu-regexp-1.0.8.jar MyClass




Value Added Services by Bruce
Manager HRIS
818 972 3336 Tie Line 8230-3336
address@hidden

This e-mail message is confidential, intended only for the recipient(s) named above.  If you have received this message in error, or are not the named recipient(s), then please immediately notify the sender at 818-972-3336 and delete this e-mail message from your computer. Thank you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]