File tree Expand file tree Collapse file tree 7 files changed +4
-15
lines changed
egg__10b_sc_nested_experiment Expand file tree Collapse file tree 7 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ SRC_DIR=$ROOT_DIR/src/main/java
77TARGET_DIR=$ROOT_DIR /my_build/main
88CLASSPATH=$CLASSPATH :$TARGET_DIR
99
10- java --enable-preview \
11- -cp $CLASSPATH \
12- net.codetojoy.Runner
10+ java -cp $CLASSPATH net.codetojoy.Runner
1311
1412echo " run complete"
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ SRC_DIR=$ROOT_DIR/src/main/java
77TARGET_DIR=$ROOT_DIR /my_build/main
88CLASSPATH=$CLASSPATH :$TARGET_DIR
99
10- java --enable-preview \
11- -cp $CLASSPATH \
12- net.codetojoy.Runner
10+ java -cp $CLASSPATH net.codetojoy.Runner
1311
1412echo " run complete"
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ SRC_DIR=$ROOT_DIR/src/main/java
77TARGET_DIR=$ROOT_DIR /my_build/main
88CLASSPATH=$CLASSPATH :$TARGET_DIR
99
10- java --enable-preview \
11- -cp $CLASSPATH \
12- net.codetojoy.Runner
10+ java -cp $CLASSPATH net.codetojoy.Runner
1311
1412echo " run complete"
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ SRC_DIR=$ROOT_DIR/src/main/java
77TARGET_DIR=$ROOT_DIR /my_build/main
88CLASSPATH=$CLASSPATH :$TARGET_DIR
99
10- java --enable-preview \
11- -cp $CLASSPATH \
12- net.codetojoy.Runner
10+ java -cp $CLASSPATH net.codetojoy.Runner
1311
1412echo " run complete"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ CLASSPATH=$CLASSPATH:$TARGET_DIR
99
1010java --enable-preview \
1111-cp $CLASSPATH \
12- --add-modules jdk.incubator.concurrent \
1312net.codetojoy.Runner
1413
1514echo " run complete"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ CLASSPATH=$CLASSPATH:$TARGET_DIR
99
1010java --enable-preview \
1111-cp $CLASSPATH \
12- --add-modules jdk.incubator.concurrent \
1312net.codetojoy.Runner
1413
1514echo " run complete"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ CLASSPATH=$CLASSPATH:$TARGET_DIR
99
1010java --enable-preview \
1111-cp $CLASSPATH \
12- --add-modules jdk.incubator.concurrent \
1312net.codetojoy.Runner
1413
1514echo " run complete"
You can’t perform that action at this time.
0 commit comments