Posted April 15, 20223 yr Hey everyone! I Try to modding on 1.18.2 - Forge MDK 1.18.2 - 40.0.52. Modding on IntelliJ IDEA I Opened this MDK in IntelliJ, and saw some problems Screenshots- 1) Caused by: java.util.zip.ZipException: zip END header not found ( https://pastenow.ru/GOYIB ) 2) https://pastenow.ru/dc218a519a81c436df52e5713fef572c Okey, I checked java version and saw that 1) in IntelliJ is using JDK 17 (which is requred) ( https://pastenow.ru/GOYKU ) ( https://pastenow.ru/GOYLN ) 2) ./gradlew --version (JVM 1.8.0_322) ( https://pastenow.ru/GOYK9 ) and my questions 1) why in ./gradlew uses java 1.8? 2) how I can change ./gradlew java version 3) how I can solve another problems (on first and second screenshots)? (PS I have experience in java on school level) (PPS I checked another topic and did not see a similar problem [with java version]) thx
April 15, 20223 yr Author I am stupid? I did not have JRE 17, gradlew automatically pulled up JRE 8, which was. But the problems didn't go away
April 16, 20223 yr Author 14 hours ago, diesieben07 said: Change where JAVA_HOME points to. Delete .gradle/caches/forge_gradle. This happens if you interrupt one of the ForgeGradle tasks I Changed JAVA_HOME, but this do not solved ./gradlew --version But i deleted JRE 8 and installed JRE17 = problem with --version disappeared In my Linux I found it at /home/$USER$/.gradle/caches/forge_gradle/ and deleted it I'll probably remember this Thank you for help!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.