...
Run Sample Code with gradle built shared libraries
//TODO - explain how to hook up the shared libraries in the run dialog
Using IntelliJ IDEA
IntelliJ is a popular IDE that supports Java development. An IntelliJ project has been created for you that you need to open. The steps to use IntelliJ are:
- Open the IntelliJ Project
- Add jfxrt.jar to the Class Path
- Export the Jar to the other modules
- Make
- Run sample code
- Run sample code with grade built shared libraries (optional)
Open the IntelliJ Project
Image Added
Add jfxrt.jar to the Class Path
Project Structure->Modules->buildSrc->Dependencies->+->Jars or Directories
Image AddedExport the Jar to the other modules
Image Added
Make
Build->Make Project
Image AddedRun Sample Code
Image Added
Run Sample Code with Gradle Built Shared Libraries (optional)
//TODO - explain how to hook up the shared libraries in the run dialog
Using Eclipse
//TODO - document support
Anchor |
---|
| developer-workflow |
---|
| developer-workflow |
---|
|
Developer Workflow
...