From 20dc629cb92f48412090ab020c1d5a282ceaa268 Mon Sep 17 00:00:00 2001 From: Xerxes RĂ„nby Date: Thu, 20 Aug 2015 20:21:12 +0200 Subject: doc/misc/robovm.txt: Mention -rvm: runtime flags --- doc/misc/robovm.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/misc/robovm.txt') 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 -- cgit v1.2.3