DevelNext IDE with the JPPM support.
- Download & Install Java Development Kit 11 and the last version of JPPM.
- Prepare IDE dependencies:
jppm prepare-ide
- Finally, start IDE:
jppm start-ide
- Download & Install Java Development Kit 11 and the last version of JPPM.
- Prepare IDE dependencies:
jppm prepare-ide
- Finally, build IDE:
Platforms available to build:
- win - windows
- linux - any linux distribution
- mac - OS X (MacOS)
jppm build-ide -{platform_name}
Example, build ide for Windows:
jppm build-ide -win
The build of IDE will be in the ide/build
directory.