Skip to content
SBI- edited this page Oct 14, 2018 · 5 revisions

1. Which Java versions are supported?

Currently, Open JDK and Oracle JDK versions 8, 9 and 10 are known to work. Java 11 does not currently work.

2. Gradle gets stuck

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.

  1. Bootstrap gets stuck: delete the jde folder
  2. Setup gets stuck: delete the jde/runtime sub-folder which was being created, eg. jde/runtime/6.0.6
  3. If backup gets stuck: Delete the backup 7z file that was being created. Backups are created in the jazz-development-environment/backup folder

3. I get weird Gradle errors

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.

4. The run task runs, a terminal pops up and closes again right away

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.

5. Which versions are currently available?

Currently, versions 6.0.3 and 6.0.6 have all configuration files necessary for creating a run time.

6. So my computer is really old...

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.

Clone this wiki locally