Guide Use javafx libraries in Java applications built with the IntelliJ IDEA IDE
Tofloor
poster avatar
Blogghete
deepin
2018-02-06 07:28
Author
Edited by Blogghete at 2018-2-5 17:12

We all love the IntelliJ IDEA IDE (Community Edition is free).
This is a guide to use javafx libraries in Java applications built with the IntelliJ IDEA IDE.

-----

This should be your perfect solution. Try and enjoy.If some command not work properly that means if you get any error. Try to solve it yourself. I have given you main thing that you need. if your application in different location, Or your system architecture is different. solve it yourself. Very easy to do this. Just follow my given solution.

Step 0:
sudo apt-get install openjdk-8-jre

Step: 1
sudo apt-get install openjfx

Step 2:
sudo cp /usr/share/java/openjfx/jre/lib/ext/* /usr/lib/jvm/java-1.8.0-openjdk-amd64/lib

Step 3:
sudo cp /usr/share/java/openjfx/lib/* /usr/lib/jvm/java-1.8.0-openjdk-amd64/lib

Step 4:
sudo chmod 777 -R /usr/lib/jvm/java-1.8.0-openjdk-amd64

now open a new project or rebuild your project. Good luck.



View the video in HQ:
https://giant.gfycat.com/KindheartedMadFlamingo.webm

https://giant.gfycat.com/VillainousWhichAlpinegoat.webm
Reply Favorite View the author
All Replies

No replies yet