欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

JavaFX 1.1.1 NetBeans Plugin on Linux

程序员文章站 2022-03-14 21:54:11
...
The following tip is based on Weiqi Gao's original post on JavaFX 1.0 On Linux: NetBeans Plugin and my post JavaFX 1.1 On Linux: NetBeans Plugin Howto. The method outlined in these posts do not work with JavaFX 1.1.1.
First you will need to install JDK 1.6 update 10 or above and NetBeans 6.5.1

    * Download all nbm files from here, except the org-netbeans-modules-javafx-sdk-win.nbm file.
    * Extract the org-netbeans-modules-javafx-sdk-mac.nbm file. (An nbm file is in a zip format)
    * Go to the extracted directory, and do the following steps:
        - Replace the info/info.xml with my new one.
        - Delete all files in the META-INF directory.
        - Replace the netbeans/config/Modules/org-netbeans-modules-javafx-sdk-mac.xml file with
          org-netbeans-modules-javafx-sdk-linux.xml
        - Replace the netbeans/modules/org-netbeans-modules-javafx-sdk-mac.jar
           file with org-netbeans-modules-javafx-sdk-linux.jar
    * Create a new zip file from the extracted directory, rename it to org-netbeans-modules-javafx-sdk-lin.nbm and replace the org-netbeans-modules-javafx-sdk-mac.nbm file with this new one.
    * Open NetBeans and install all the nbm files (ignore the nbm file signature warning).
    * Restart NetBeans and enjoy JavaFX on Linux, you can even debug JavaFX on Linux.

The new files can be downloaded here.

Usefull notice:
When installing the "JavaFX SDK for Linux" plugin, NetBeans may encounter an error, you should backup your NetBeans installation directory and the configure directory ~/.netbeans, then uninstall NetBeans and reinstall a clean NetBeans 6.5.1, finally you can install all the plugins above.