aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/robovm.txt
diff options
context:
space:
mode:
authorXerxes Rånby <[email protected]>2015-08-20 20:21:12 +0200
committerXerxes Rånby <[email protected]>2015-08-20 20:21:12 +0200
commit20dc629cb92f48412090ab020c1d5a282ceaa268 (patch)
treece7e40d056bf0b7d0fee46556d6aab6ead89a5fa /doc/misc/robovm.txt
parentc1869ee0fed3ca982a8dbc59110dc0f0e83b8545 (diff)
doc/misc/robovm.txt: Mention -rvm: runtime flags
Diffstat (limited to 'doc/misc/robovm.txt')
-rw-r--r--doc/misc/robovm.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/misc/robovm.txt b/doc/misc/robovm.txt
index 3b5606db4..7d457c0cb 100644
--- a/doc/misc/robovm.txt
+++ b/doc/misc/robovm.txt
@@ -13,3 +13,15 @@ cd com.jogamp.newt.opengl.GLWindow
#robovm currently fail to find natives inside jars, unpack them
unzip lib/jogamp-fat.jar natives/*/*
time ./com.jogamp.newt.opengl.GLWindow
+
+# Runtime options
+# All robovm runtimeoptions starts with
+# -rvm:
+#
+# To set jogamp specific java properties use
+# -rvm:Djogamp.debug
+# -rvm:Djogl.debug
+#
+# for more rvm flag examples see
+# https://github.com/robovm/robovm/wiki/Hacking-on-RoboVM#controlling-a-robovm-executable
+time ./com.jogamp.newt.opengl.GLWindow -rvm:Djogl.debug