Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse and JavaFX 13 (possible user settings issue)
Eclipse and JavaFX 13 (possible user settings issue) [message #1816793] Thu, 07 November 2019 05:19 Go to next message
Dave Duncan is currently offline Dave DuncanFriend
Messages: 1
Registered: November 2019
Junior Member
Hi! I'm on version 2019-09 with OpenJDK 13.0.1 and JavaFX 13. I'm currently able to get JavaFX apps to run in Eclipse by following the Eclipse-specific instructions at https:(two forward slashes)openjfx.io(forward slash)openjfx-docs/. However, every time I start a new project, it's tiresome to have to first manually add the JavaFX JAR files to the project, then manually add JVM settings. I'm not able to get JavaFX 13 to permanently add in Eclipse as a user library, or to save the VM arguments as a permanent setting.

Is there a problem with my Eclipse setup if these settings can't be saved? If not, is there a way of making these JavaFX options easier to implement?
Re: Eclipse and JavaFX 13 (possible user settings issue) [message #1816806 is a reply to message #1816793] Thu, 07 November 2019 12:16 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
So you're specifically following one of these:

https://openjfx.io/openjfx-docs/#IDE-Eclipse

I does look like quite a bit of setup.

Note that you can edit your JRE in the preferences and add "Default VM options" so that you only have to do that once

Have you tried https://www.eclipse.org/efxclipse/index.html ? I'm not sure it works for Java 13....

All these build path things are stored in /<project>/.classpath, so you could copy such details from one project to another. You need to use the Filters... on the view menu to show .* files to be able to edit them easily.

Maybe these things will make it a bit less painful...


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Returning HTTP Status 404
Next Topic:Generate PDF file on-the-fly
Goto Forum:
  


Current Time: Fri Apr 19 02:23:26 GMT 2024

Powered by FUDForum. Page generated in 0.04077 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top