From: Waldemar Kozaczuk <
jwkoz...@gmail.com>
Committer: Waldemar Kozaczuk <
jwkoz...@gmail.com>
Branch: master
spring-boot: fixed incorrect command line
Signed-off-by: Waldemar Kozaczuk <
jwkoz...@gmail.com>
---
diff --git a/spring-boot-example/module.py b/spring-boot-example/module.py
--- a/spring-boot-example/module.py
+++ b/spring-boot-example/module.py
@@ -4,4 +4,4 @@
java_cmd = "-Xms128m -Xmx128m -jar spring-boot-2-rest-service-basic.jar"
default = api.run('/java.so ' + java_cmd)
-native = api.run('/usr/java/bin ' + java_cmd)
+native = api.run('/usr/bin/java ' + java_cmd)