aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjestin2002-06-05 09:35:57 +0000
committerjestin2002-06-05 09:35:57 +0000
commit044b408ae99989be9a7eed89ed51a6aba5aa42d9 (patch)
tree22b698dbc3e6a5b242161d50ba647031b13c23dc /README
parent11cd642b20045e35293f8510fbab5be9eeca11d7 (diff)
downloadivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.zip
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.gz
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.bz2
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.xz
Clean package build.
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!