https://openjfx.dev.java.net/javafx-nb60-plugin-install.html
I also found this site on the netbeans plugin portal http://deadlock.netbeans.org/hudson/job/JavaFX_NB_daily/ i guess the claim this secondlink is d 6.1 build of JavaFX(I've not tried it)
But if you like to play with the raw source like myself...here is what to do....
- Download the latest source from https://openjfx.dev.java.net/source/browse/openjfx/ using svn
- If you want the tar.gz format use this link https://openjfx.dev.java.net/servlets/ProjectDocumentList
- After downloading the source.....open Netbeans and select Open Project
- Navigate to the folder where jfx is download...Netbeans sees the folder as a Netbeans Project...Open it..Netbeans will complain of some dependencies files missing....just ignore it
- For some GodKnowsWhat reason..this project does not build successfully under Netbeans..You need to make some changes to the bootstrap.xml file.
- Open the folder where jfx is downloaded and open the file bootstrap.xml with your favourite XML editor (which I guess is Netbeans..I use Netbeans)
- On the navigator tab you will see Ant Targets...double click on ant..Netbeans automatically points you to the target ant
- Put a comment on lines 93 to 98 (use html comments).
- Now download the latest ant build from http://www.apache.org/dist/ant/binaries/
- Extract the contents to $JFXFOLDER/bootstrap/ant-1.7.0/ where JFXFOLDER is d folder in which you have your jfx files
- Next create a folder ant-1.7.0 in d folder $JFXFOLDER/tools/
- Now build the project...the project should run smoothly without any problem...it will also download all the necessary files and folders and put them where they should be......
- So that Netbeans wont download these files next time I want to build the project...Sorry I cant have XML code in here....mail me to get the modified bootstrap.xml
1 comment:
Nice Discovery!
Keep it up.
Post a Comment