1

Today when I searching on the Internet I found the JFXtras lib which contain awesome GUI component and other stuff but when I try to use it I can't?

I used other lib and add it like this way but JFXtras not!

I go to web site of project http://jfxtras.org/ and try to find jar file to add it to my project and use lib in project but I do not found it.

I am trying to figure out how to use this lib in my project.

Note: I am using Eclipse mars

Blue
  • 22,608
  • 7
  • 62
  • 92
ali shreef
  • 69
  • 10
  • How did you tried to use it? What was the error or unexpected behavior? Describe your problem with more details. – Maciej Małecki Aug 13 '16 at 13:16
  • if you don't use maven then you can find all libraries [here](http://central.maven.org/maven2/org/jfxtras/). after downloading required libraries you must add them your project's classpath – guleryuz Aug 13 '16 at 14:38
  • You can find the jars via the links in the "Use It" section on jfxtras.org. It refers directly to their snapshot and release Maven repositories (saves me from having to upload them manually). The all version contains all classes, if you do not use maven, that is the easiest. – tbeernot Aug 13 '16 at 15:10
  • smefju , I go to web page of JFXtras and try to find the jar file and add it to class path but i did not find the jar file. – ali shreef Aug 14 '16 at 03:25
  • If someone can show me how to add it to project and give me example , i will be thankful to him , pleas help me if you can !!!! – ali shreef Aug 14 '16 at 03:26

1 Answers1

1

Your problem is not with JFXtras, but with Eclipse and Java. Download this jar, and then follow this instruction

Community
  • 1
  • 1
tbeernot
  • 2,473
  • 4
  • 24
  • 31
  • i will try it know to add jar file then to class lib of project , but until this could you tell me where can i get the jar file , because after that if there are update later. – ali shreef Aug 14 '16 at 05:34
  • it's work fine but when i add this to scene builder the component is not leaded fine !! – ali shreef Aug 14 '16 at 10:52
  • These are snapshot releases, the latest is the jar with the highest date in the name. Every night a snapshot is build. Every now and then a snapshot is turned into a formal release. That is how releasing usually goes in Java projects. – tbeernot Aug 15 '16 at 10:12
  • You are not very clear in what is going wrong. You need to be more specific. Also it is best if you start a new question, since this one is answered. – tbeernot Aug 15 '16 at 10:13