aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-10-19 15:03:26 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:06 +0100
commit805884cb664467ae97922e1afe44891c64fcfde2 (patch)
treebf2b588171964804693e8c60bdba536ca7a3af2d /bin
parent2769e1b5b680868433c91b37d44f9420d728c4ac (diff)
downloaddotty-805884cb664467ae97922e1afe44891c64fcfde2.tar.gz
dotty-805884cb664467ae97922e1afe44891c64fcfde2.tar.bz2
dotty-805884cb664467ae97922e1afe44891c64fcfde2.zip
Remove compiler when running applications via dotr
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dotr3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/dotr b/bin/dotr
index 8a495e780..553b831ca 100755
--- a/bin/dotr
+++ b/bin/dotr
@@ -11,8 +11,7 @@ DOTTY_ROOT="$( cd "$DOTTY_ROOT" >& /dev/null && pwd )/.." # absolute
# Load common functions and variables
source $DOTTY_ROOT/bin/common
-# CLASS_PATH is derived from the DOTTY_ROOT and SCALA_LIBRARY_JAR
-CLASS_PATH="-Xbootclasspath/a:.:$DOTTY_ROOT/target/scala-$SCALA_BINARY_VERSION/classes/:.:$SCALA_LIBRARY_JAR"
+CLASS_PATH="-classpath .:$DOTTY_LIB_JAR:.:$SCALA_LIBRARY_JAR"
function runMain {
local jbin=$(which "java")