简体   繁体   中英

JavaFX build for Java6 on Mac

Our application is Javafx based. Due to some reasons we have to port our application with java6 on Mac.

But according to the download section on Oracle , there is no build available for JavaFx on Java6 on Mac.

Is there any Javafx build available which can be used with Java6 on Mac?

Is there any Javafx build available which can be used with Java6 on Mac?

No JavaFX 2.x+ build is available for Java6 on Mac.

This is problematic since JavaFX is bundled with JRE 7, but that is unavailable on Mac OS X 10.6

My suggestion would be to use the Native Bundle feature of JavaFX2.2, which lets you package an entire JRE with your application and provides a native executable to launch your app. You can automate the entire thing by using E(fx)clipse , and its a matter of checking one checkbox. There are plenty of guides on the internet on how to do it with or without the e(fx)clipse plugin.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM