Menu

How to start

Ralph
Attachments
fxDB Project 1.png (21196 bytes)
fxDB Project 2.png (7688 bytes)

The first thing is to setup a project in Eclipse.
You can setup a generic Java project, a Maven project or a JavaFX project.
In the example we set up a Maven Java project named fxDB.
In the pom.xml you can find the dependencies to JUnit and EclipseLink.

Project fxDB setup in Eclipse


Next create your working project and configure a reference to fxDB.
Your project setup in Eclipse
Please add the JDBC driver needed for your database.


Next step is to [Create a Connection Identifier].


Related

Wiki: Create a Connection Identifier
Wiki: Home