mobreza

Results 3 issues of mobreza

Updated native/main.m with code from https://bitbucket.org/infinitekind/appbundler (GPLv2) to find the requested JVM version. Fixes #55

Our application requires Java 8 and the bundle does not embed the JRE. The Info.plist contains: ``` JVMVersion 1.8 ``` I have multiple versions of Java on my system and...

This PR reconfigures Velocity with `project.build.outputDirectory` path instead of using `TARGET_CLASS_ROOT`. That allows the appbundler to run in maven subprojects. Fixes #10