Skip to content
Snippets Groups Projects
Commit f5a10a4c authored by david_williams's avatar david_williams
Browse files

correct classpath for compiles

parent 1a724076
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ esac
# set initial values as if for IBM's PPC VM
export bootclasspath="${JAVA_4_HOME}/jre/lib/core.jar:${JAVA_4_HOME}/jre/lib/xml.jar:${JAVA_5_HOME}/jre/lib/graphics.jar"
export bootclasspath="${JAVA_4_HOME}/jre/lib/core.jar:${JAVA_4_HOME}/jre/lib/xml.jar:${JAVA_4_HOME}/jre/lib/graphics.jar"
export bootclasspath_15="${JAVA_5_HOME}/jre/lib/core.jar:${JAVA_5_HOME}/jre/lib/vm.jar:${JAVA_5_HOME}/jre/lib/xml.jar:${JAVA_5_HOME}/jre/lib/graphics.jar"
export ANT_OPTS="-Xms128m -Xmx512m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment