-
Notifications
You must be signed in to change notification settings - Fork 2
7. FAQ
Currently, Open JDK and Oracle JDK versions 8, 9 and 10 are known to work. Java 11 does not currently work.
If you experience problems with gradle seemingly getting stuck (such as staying at 0% progress) make sure that you are connected to the internet. If you are sure that you are connected to the internet, cancel the current task, eg. by pressing Ctrl+C, and restart it again.
Depending on which task got stuck, and in which phase, you might have to delete the folders that were created by the task.
- Bootstrap gets stuck: delete the
jdefolder - Setup gets stuck: delete the
jde/runtimesub-folder which was being created, eg.jde/runtime/6.0.6 - If backup gets stuck: Delete the backup 7z file that was being created. Backups are created in the
jazz-development-environment/backupfolder
TODO: Copy these from a pc with an old gradle version
Make sure that you are always using the gradle wrapper (./gradlew) to run any jazz development environment task. If you do not wish to use the gradle wrapper, make sure that you are at least running gradle 4.10, ensuring compatibility with all features used by the tool.
Most likely, you have another instance of jazz development version running. Only one run time can be executed at a time. Stop the other instance, and then try running again.
Currently, versions 6.0.3 and 6.0.6 have all configuration files necessary for creating a run time.
Non 64-bit systems are untested, unknown if they work, and you probably won't have fun working on them anyway. You're welcome to try, but I doubt that will work.