Faculty, staff and students...
Computer Lab, seminar listings, contact information...
Events, seminars, and academic deadlines...
Find documents and people...
More detail on the latest CSCS news...

  • Comments?
    email webmaster


  • How to upgrade to a newer java release


    The most recent version of java as of 12/2004 is Sun Java 1.5.0.

    If you are using ant to compile/run your (Repast) applications, to upgrade to this newer release, edit your ~/.antrc file and change the JAVA_HOME line to say:

    export JAVA_HOME=/appl/jdk3d1.5.0

    If your application has a file

    bin/batchrun.sh
    you should also change this line in that file:
       JAVADIR=/appl/j2sdk3d1.4.2
    to:
       JAVADIR=/appl/jdk3d1.5.0
    New features are described on these pages.

    Back to CSCS local Repast documentation pages
    Back to CSCS documentation pages