We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5049f commit b778a48Copy full SHA for b778a48
2 files changed
Capstanfile
@@ -12,7 +12,7 @@ base: cloudius/osv-openjdk
12
#
13
# The command line passed to OSv to start up the application.
14
15
-cmdline: /java.so -jar /capstan-example-java.jar
+cmdline: /java.so io.osv.MultiJarLoader -mains /javamains
16
17
18
# The command to use to build the application. In this example, we just use
@@ -25,3 +25,4 @@ build: mvn package
25
26
files:
27
/capstan-example-java.jar: target/capstan-example-java-1.0-SNAPSHOT-jar-with-dependencies.jar
28
+ /javamains: javamains
javamains
@@ -0,0 +1 @@
1
+-jar /capstan-example-java.jar
0 commit comments