naxkarma.blogg.se

Java 7 for macos
Java 7 for macos








java 7 for macos

I extended Ian Roberts basic shell script and released it on GitHub as "universalJavaApplicationStub". I do understand the background of this very well, but I was wondering whether there is a JavaApplicationStub available that works with both Java 6 and Java 7.Īnd btw: does the JavaApplicationStub has to be a native C/C++/C# binary? Or could it also be an executable shellscript?Ī shell script is a possible alternative to a native JavaApplicationStub.

java 7 for macos

Using the native Mac OS X JavaApplicationStub with Jarbundler only works for Apple Java 6, and using the Oracle JavaApplicationStub with Appbundler only works for Java 7. Now that Oracle released Java 7 and its own ANT task " Appbundler" I got a problem.

java 7 for macos

For Mac OS X I use Jarbundler as an ANT task to create the App package. I am developing a cross platform Java application with native executables.










Java 7 for macos