Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Java FX installation help(Java FX installation)
Java FX installation help [message #1828697] Tue, 16 June 2020 20:43 Go to next message
Katie Delia is currently offline Katie DeliaFriend
Messages: 1
Registered: June 2020
Junior Member
Hi,

I hope I'm posting to the right forum.

I am taking a Java class and I need Java FX. Unfortunately, I tried over and over to get fx to work both on Eclipse and IntelliJ with no success. My instructor pointed me towards this website and this page: https://www.eclipse.org/efxclipse/install.html. That page sent me to this page: efxclipse.bestsolution.at/install. I tried downloading and installing the 64bit version, but I got the attached error. I then tried installing the 32bit version (Eclipse Neon) and it installed, but when I got to step 4 on https://www.eclipse.org/efxclipse/install.html e(fx)clipse was nowhere to be found.

I'm desperate for any help that can get java fx to work on my computer.


Re: Java FX installation help [message #1828704 is a reply to message #1828697] Wed, 17 June 2020 04:59 Go to previous message
Eitan Rosenberg is currently offline Eitan RosenbergFriend
Messages: 143
Registered: October 2018
Senior Member
Hello there,

My environment:
- Windows 10.
- Eclipse Version: 2020-03 (4.15.0)
- openjdk version "14.0.1" 2020-04-14
- apache-maven-3.6.3

I am using javafx by using Maven .

You will need to install Maven: https://maven.apache.org/install.html

Create a new Maven project:

index.php/fa/38348/0/
index.php/fa/38347/0/

In your POM add:

<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>14.0.1</version>
</dependency>

This in turn download the majority of javafx components.

index.php/fa/38346/0/

index.php/fa/38350/0/



Regards.
Eitan.



[Updated on: Wed, 17 June 2020 05:01]

Report message to a moderator

Previous Topic:errors , when create android project
Next Topic:Debug Shell Evaluation Failure with Stream Processing
Goto Forum:
  


Current Time: Sat Apr 27 04:48:31 GMT 2024

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

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

Back to the top