There is no tutorial about to use jfxtras on eclipse. Or always maven and gradle installations. Please help
Asked
Active
Viewed 644 times
0
-
I do not understand the problem. You can use jfxtras via a Maven dependency, given that Maven is correctly setup in Eclipse. Or include it manually in the classpath. – tbeernot Jan 21 '15 at 15:01
-
@tbeernot how can i include manually? – fuatkaraca Jan 27 '15 at 15:07
1 Answers
0
This is not a JFXtras related problem, you just need to learn how to use Eclipse. A google search will help with that. How to put a jar in classpath in Eclipse?
In your eclipse project right click on the project name, in the popup menu select "build path", in de sub menu select "configure". In the window that opens, on the libraries tab, click the "Add external JAR" button and in the file chooser select all jfxtras jars you need.