From: Waldemar Kozaczuk <jwkozac...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

Refined java-example to run with any java app

Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>

---
diff --git a/java-example/module.py b/java-example/module.py
--- a/java-example/module.py
+++ b/java-example/module.py
@@ -2,4 +2,4 @@

 api.require('java')

-default = api.run_java(classpath=['/java-example'], args=['Hello'])
+default = api.run(cmdline='java.so -cp /java-example Hello')

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/000000000000c494ee058d74bc09%40google.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to