diff options
author | Xerxes Rånby <[email protected]> | 2015-08-20 20:21:12 +0200 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2015-08-20 20:21:12 +0200 |
commit | 20dc629cb92f48412090ab020c1d5a282ceaa268 (patch) | |
tree | ce7e40d056bf0b7d0fee46556d6aab6ead89a5fa /doc/misc/robovm.txt | |
parent | c1869ee0fed3ca982a8dbc59110dc0f0e83b8545 (diff) |
doc/misc/robovm.txt: Mention -rvm: runtime flags
Diffstat (limited to 'doc/misc/robovm.txt')
-rw-r--r-- | doc/misc/robovm.txt | 12 |
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 |