JavaFX editor node based on the powerful Monaco editor that drives VSCode
- JDK >= 13 (tested with JDK 13)
- Internet Connection (other dependencies will be downloaded automatically)
- Optional: IDE with Gradle support
To build the project from an IDE do the following:
- open the Gradle project
- call the
assembleGradle task to build the project
Building the project from the command line is also possible.
Navigate to the project folder and call the assemble Gradle
task to build the project.
cd Path/To/MonacoFX
./gradlew assemble
cd Path\To\MonacoFX
gradlew assemble
To run the project from an IDE do the following:
- open the Gradle project
- call the
runGradle task to run the project
Running the project from the command line is also possible.
Navigate to the project folder and call the run Gradle
task to run the project.
cd Path/To/MonacoFX
./gradlew run
cd Path\To\MonacoFX
gradlew run
