Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1-alex98/javafxtemplate
A teamplate to get started with java 11
https://github.com/1-alex98/javafxtemplate
java javafx template
Last synced: 26 days ago
JSON representation
A teamplate to get started with java 11
- Host: GitHub
- URL: https://github.com/1-alex98/javafxtemplate
- Owner: 1-alex98
- Created: 2020-02-02T09:28:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T10:07:31.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T00:37:47.698Z (2 months ago)
- Topics: java, javafx, template
- Language: Java
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javaFxTemplate
This template uses java 11, javafx 11 and gradle with the javafx plugin.### Use with plain gradle:
- Clone the project copy it or whatever
- `./gradlew run`
or just run the gradle un task### Use with Intelij:
- New Project from Version Source control-> git
- Open Project
- Right click build.gradle and click "Import gradle project"
- Right click RunThisClass.java and select run### Use Eclipse(Warning Eclipse Gradle integration is shit):
- Clone the project copy it or whatever
- Open Project
- Window -> Show View-> Other -> Gradle Tasks- > Import a Gradle project
- Make sure your systems default jdk is java 11 or set the java home in the gradle settings under Project-> Properties ->Gradle -> Java Home to a jdk 11
- Run the RunThisClass# If u want to use java fx without this template and without gradle:
For eclipse get yourself https://wiki.eclipse.org/Efxclipse/Tutorials .
Or in Intelij you can just click New Project-> Java FX