blob: 0dc9faa783391cd8ea13131ee30ec51b34906305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# esotericFORTRAN IDE
## Setting Up
Install FXML from [here](https://gluonhq.com/products/javafx/) and extract it in the directory behind `EsotericProject`
## Running
To compile, simply run `make`. Then to run:
`java --module-path ..\..\..\javafx-sdk-17.0.1\lib\ --add-modules javafx.controls,javafx.fxml IDE.HelloApplication`
## Editors?
If you got intellisense and stuff to work in vscodium, well done, coz I couldn't do that :3
### IntelliJ
I hate IntelliJ but its the only way I could get a working intellisense. Right click on this folder and select 'Open Folder as an IntelliJ IDEA Community Edition Project', then follow [this](https://openjfx.io/openjfx-docs/#install-javafx) guide (select 'JavaFX and IntelliJ' in the website sidebar).
|