Open Source JavaFX Now!
Combination View Flat View Tree View
How to run JFXtras SwingTable or XSwingTable with eclipse?
toggle
I am new to JavaFX and trying to learn it using your samples.

I am working with Eclipse 3.42, the Java Fx 1.21 Plugin and Java 1.6 on window XP.

When I import the JFXtras SwingTable or XSwingTable source code into eclipse project,
there are many errores.I included the jares In the lib and javafx 1.2 install dir and clean the project.there are still no changes.


Does anyone give me a tutorial how to run JFXtras SwingTable or XSwingTable in eclipse project?

Thanks in advance.

Kind regards,

Jack
Flag Flag
RE: How to run JFXtras SwingTable or XSwingTable with eclipse?
11/23/09 9:51 AM as a reply to ykjhio ykjhio ykjhio.
Jack,

It is probably failing on references to JDK jar files we include via references the the NetBeans JDK directory.

If you look in project.properties you should find a list of all the required jar files. Make sure they are all included in your Eclipse project.

If you get it working, it would be great to have a standard Eclipse project checked in, so please let me know if you would be interested in committing it back to the codebase.

Cheers,
--Steve
Flag Flag