On Netbeans every time I choose a new JavaFx Application project it will ask me to "add a platform" unless I add the Oracle Java JDK I will be stuck there. Is there a way to use Openjdk to get around the problem?
-
What kind of research do you made so far and how about using openjfx? Or why did you left it out of your scope?thepacker– thepacker2015-01-25 20:31:20 +00:00Commented Jan 25, 2015 at 20:31
-
2Actually, Stack Overflow is the proper place to ask questions regarding the use of IDEs.user777082– user7770822015-01-25 20:39:24 +00:00Commented Jan 25, 2015 at 20:39
3 Answers
Hummm... Either I'm missing something or I don't understand. :( You will need the JDK to program Java applications.As far as building Java GUI, Have you given JavaFX scene builder a shot? check it out here: Java FX scenbuilder. If I'm missing something please let me know. Seems like I am...
2 Comments
You may want to check this answer to a similar question : https://stackoverflow.com/a/19529820/4773709
Basicly, it says that you can build an openJDK version which includes JavaFX (OpenJFX) following the instructions given here .
But there are no linux distribution that offer a JavaFX package, meaning, if you develop an application using JavaFX, the OpenJDK users won't be able to use it unless they've also built their OpenJDK themselves.