Skip to content

A starting point for JavaFX projects that use Eclipse and Maven.

Notifications You must be signed in to change notification settings

joonspoon/javafx-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run within Eclipse:

  1. Clone this repository into your Eclipse workspace.
  2. From Eclipse, File > Import > Existing Maven Projects.
  3. Under src/main/java > hellofx, right click Launcher, and Run As > Java Application.

To run from command line, using Maven:

git clone https://github.com/joonspoon/javafx-base
cd javafx-base
mvn clean javafx:run

To use this project as a base for your own JavaFX repository:

  1. In the top-right corner of this project, click "Fork".
  2. At the top of your new forked respository, click "Settings".
  3. Under "Repository name", rename the repo to your new project name, and click "Rename".
  4. Use one of the two methods above to work on your project.
  5. This video will show you how to push your code back up to GitHub.

About

A starting point for JavaFX projects that use Eclipse and Maven.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages