annotate entrypoint.sh @ 7:4ab6299b5805 default tip

rename app to jpf
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Sep 2019 08:54:35 +0900
parents e49b52c098c7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
23bf75606304 add entrypoint.sh and tweak Dockerfile
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #!/bin/sh
6
e49b52c098c7 mounted the current directory
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
2
4
23bf75606304 add entrypoint.sh and tweak Dockerfile
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 export JPF_HOME=/java-8
6
e49b52c098c7 mounted the current directory
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
4 cd /os_exercise/ThreadTest
e49b52c098c7 mounted the current directory
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
5 /bin/gradle/gradle-5.6.2/bin/gradle build
e49b52c098c7 mounted the current directory
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
6
e49b52c098c7 mounted the current directory
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
7 /java-8/bin/jpf +classpath=build/classes/java/main threadTest.TestThread
e49b52c098c7 mounted the current directory
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
8 #/java-8/bin/jpf +classpath=build/classes/java/main jp.ac.uryukyu.ie.e1x57xx.Interleave