aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index e8c43e4..c5e700f 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.9.jar
- bash: % export CLASSPATH=${CLASSPATH}:/usr/java/lib/ivy-java-1.0.9.jar
- DOS: > set CLASSPATH %CLASSPATH%;C:\Java\lib\ivy-java-1.0.9.jar
+ csh: % setenv CLASSPATH ${CLASSPATH}:/usr/java/lib/ivy-java-1.0.11.jar
+ bash: % export CLASSPATH=${CLASSPATH}:/usr/java/lib/ivy-java-1.0.11.jar
+ DOS: > set CLASSPATH %CLASSPATH%;C:\Java\lib\ivy-java-1.0.11.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.9.jar MyClass.java
-execute: % java -classpath /usr/java/lib/ivy-java-1.0.9.jar MyClass
+compile: % javac -classpath /usr/java/lib/ivy-java-1.0.11.jar MyClass.java
+execute: % java -classpath /usr/java/lib/ivy-java-1.0.11.jar MyClass
DOCUMENTATION
@@ -64,7 +64,7 @@ using and how you were using it.
LATEST VERSION
You can always obtain info about the latest version of ivy-java at
-http://www.tls.cena.fr/~jestin/ivy-java. New versions are also announced on
+http://www.tls.cena.fr/~jestin/ivy-java/ . New versions are also announced on
the ivy mailing list (see above).
Thanks!