Skip to content

Instantly share code, notes, and snippets.

@LongClipeus
Last active February 16, 2019 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LongClipeus/85eac95a8ec221a5811abc2efa2547d1 to your computer and use it in GitHub Desktop.
Save LongClipeus/85eac95a8ec221a5811abc2efa2547d1 to your computer and use it in GitHub Desktop.
Install e(fx)clipse into Eclipse in Ubuntu 16.04 LTS

1. Get link to install

Go to address https://www.eclipse.org/efxclipse/releases.html

The latest version of e(fx)clipse is 3.3.0 (2018-05-31). Copy one of the URL (Ex: http://download.eclipse.org/efxclipse/updates-released/3.3.0/site )

2. Installing in Eclipse

Select Help -> Install New Software...

Click Add button in Work with

Enter:

Select e(fx)clipse - install and e(fx)clipse - single components then Next -> Next -> Select "I accept the ..." -> Finish.

After the installation is completed, let's restart Eclipse

3. Check after installation

After successful installation and restarting Eclipse, you can check the result of the installation.

In Eclipse select: File -> New -> Others...

There are Wizards which allow you to carry out JavaFX programming

Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment