From 962905168622ec7d316c82740adbef1230a78ab9 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Wed, 29 Nov 2006 11:13:46 +0000 Subject: put the Scala jar's on the JVM bootstrapping cl... put the Scala jar's on the JVM bootstrapping classpath --- debian/command-scripts/scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/command-scripts/scala b/debian/command-scripts/scala index 05ad2a62a7..df5b1d9b7b 100755 --- a/debian/command-scripts/scala +++ b/debian/command-scripts/scala @@ -1,9 +1,9 @@ -#!/bin/sh +#/bin/sh JAVA_DIR=/usr/share/java LIB_CLASSPATH=$JAVA_DIR/scala-library.jar:$JAVA_DIR/scala-compiler.jar exec ${JAVACMD:=java} -Xmx256M -Xms16M \ - -classpath $LIB_CLASSPATH -Dscala.boot.class.path=$SCALAC_CLASSPATH \ + -Xbootclasspath/a:$LIB_CLASSPATH \ scala.tools.nsc.MainGenericRunner \ "$@" -- cgit v1.2.3