-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @WhiteHsu, I don't have a windows setup ready, but I usually build with my build script looks something like: export JAVA_HOME=/home/mbien/dev/java/jdk-19.0.0.36.1-corretto
export PATH=$JAVA_HOME/bin:$PATH
echo nbjdk.home=$JAVA_HOME > nbbuild/user.build.properties
java -version
ant -version
ant clean -q
ant -q build-nozip -Dcluster.config=full I just built with JDK 19 and it worked
Maybe you could try again with supplying the cluster config (if it still fails try on JDK 17). edit: see #4801 (comment) and #4801 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
The Gradle Tooling is built with Gradle 7.4, that does not support Java 19. Build the IDE with Java 11 or Java 17. Those should work. |
Beta Was this translation helpful? Give feedback.
The Gradle Tooling is built with Gradle 7.4, that does not support Java 19.
Build the IDE with Java 11 or Java 17. Those should work.