Skip to content

Commit ca5642b

Browse files
committed
run sh, partial
1 parent 8b2f5a2 commit ca5642b

File tree

7 files changed

+4
-15
lines changed

7 files changed

+4
-15
lines changed

egg_1_max_p_threads/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ SRC_DIR=$ROOT_DIR/src/main/java
77
TARGET_DIR=$ROOT_DIR/my_build/main
88
CLASSPATH=$CLASSPATH:$TARGET_DIR
99

10-
java --enable-preview \
11-
-cp $CLASSPATH \
12-
net.codetojoy.Runner
10+
java -cp $CLASSPATH net.codetojoy.Runner
1311

1412
echo "run complete"

egg_2_max_v_threads/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ SRC_DIR=$ROOT_DIR/src/main/java
77
TARGET_DIR=$ROOT_DIR/my_build/main
88
CLASSPATH=$CLASSPATH:$TARGET_DIR
99

10-
java --enable-preview \
11-
-cp $CLASSPATH \
12-
net.codetojoy.Runner
10+
java -cp $CLASSPATH net.codetojoy.Runner
1311

1412
echo "run complete"

egg_3_legacy_exec/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ SRC_DIR=$ROOT_DIR/src/main/java
77
TARGET_DIR=$ROOT_DIR/my_build/main
88
CLASSPATH=$CLASSPATH:$TARGET_DIR
99

10-
java --enable-preview \
11-
-cp $CLASSPATH \
12-
net.codetojoy.Runner
10+
java -cp $CLASSPATH net.codetojoy.Runner
1311

1412
echo "run complete"

egg_4_virtual_exec/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ SRC_DIR=$ROOT_DIR/src/main/java
77
TARGET_DIR=$ROOT_DIR/my_build/main
88
CLASSPATH=$CLASSPATH:$TARGET_DIR
99

10-
java --enable-preview \
11-
-cp $CLASSPATH \
12-
net.codetojoy.Runner
10+
java -cp $CLASSPATH net.codetojoy.Runner
1311

1412
echo "run complete"

egg__10b_sc_nested_experiment/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CLASSPATH=$CLASSPATH:$TARGET_DIR
99

1010
java --enable-preview \
1111
-cp $CLASSPATH \
12-
--add-modules jdk.incubator.concurrent \
1312
net.codetojoy.Runner
1413

1514
echo "run complete"

egg__11_sc_utility/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CLASSPATH=$CLASSPATH:$TARGET_DIR
99

1010
java --enable-preview \
1111
-cp $CLASSPATH \
12-
--add-modules jdk.incubator.concurrent \
1312
net.codetojoy.Runner
1413

1514
echo "run complete"

egg__11b_sc_utility/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CLASSPATH=$CLASSPATH:$TARGET_DIR
99

1010
java --enable-preview \
1111
-cp $CLASSPATH \
12-
--add-modules jdk.incubator.concurrent \
1312
net.codetojoy.Runner
1413

1514
echo "run complete"

0 commit comments

Comments
 (0)