From f6597057b9743aa727c407b7c483ba5d9bc240c0 Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 6 Mar 2002 12:55:50 +0000 Subject: preparing 1.0.7 -> 1.0.8 --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index c898179..dc3f5f0 100644 --- a/README +++ b/README @@ -17,14 +17,14 @@ to your usual installation directory for Java archives. To use ivy-java, 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/ivy-java-1.0.7.jar - bash: % export CLASSPATH=${CLASSPATH}:/usr/java/lib/ivy-java-1.0.7.jar - DOS: > set CLASSPATH %CLASSPATH%;C:\Java\lib\ivy-java-1.0.7.jar + csh: % setenv CLASSPATH ${CLASSPATH}:/usr/java/lib/ivy-java-1.0.8.jar + bash: % export CLASSPATH=${CLASSPATH}:/usr/java/lib/ivy-java-1.0.8.jar + DOS: > set CLASSPATH %CLASSPATH%;C:\Java\lib\ivy-java-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/ivy-java-1.0.7.jar MyClass.java -execute: % java -classpath /usr/java/lib/ivy-java-1.0.7.jar MyClass +compile: % javac -classpath /usr/java/lib/ivy-java-1.0.8.jar MyClass.java +execute: % java -classpath /usr/java/lib/ivy-java-1.0.8.jar MyClass DOCUMENTATION -- cgit v1.1