There was an error while loading. Please reload this page.
Creates the folder structure for the user, and also copies user configuration templates. Any files a user has to interact with are located here.
None
Running
./gradlew bootstrap
will create a folder called jde as a sub folder of the java development environment repository. The result will look like this or very similar:
jde
jde ├── dbs │ ├── 6.0.3_db.zip │ └── 6.0.6_db.zip ├── runtime ├── sdks ├── servers └── user ├── linux_terminal_emulator.cfg ├── run_time_parameters.cfg └── workspaces └── workspaces_template.cfg