A small tutorial on how to load Nextgen/Nextgen 1.17 on Intellij IDEA.
-
Alrighty... Let's assume you have Intellij IDEA installed on your PC and want to load the LiquidBounce Nextgen or Nextgen 1.17 project but you can't due to JDK 11-16 requirements. (Depending on what LiquidBounce Nextgen version you want to load)
Steps for LiquidBounce Nextgen 1.16:
- Click on this link: https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot
- Then click the
Latest release
button. - You do the installation process obviously.
- During install, find something called
Set JAVA_HOME variable
. Click at it, find something that is calledWill be installed on hard drive
and click it and then continue by pressing Next, let the install finish. - Now, you start Intellij IDEA, and on top left of your screen, find
File
and click at it. Then you go toSettings -> Build Execution Deployment -> Gradle -> Gradle JVM -> Find JDK
. After this, locateC:\Program Files\AdoptOpenJDK\jdk-11.0.11.9-hotspot
, click at OK, then press Apply and OK. - To compile and run LiquidBounce on Intellij IDEA, on top of your screen, find
Run
and click it. Then you go toEdit Configurations -> Below build and run click at that box, and find the number 11
. Then you press Apply and OK and you should be good to go.
Steps for LiquidBounce Nextgen 1.17:
- Click at this link: https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=hotspot
- Follow the 2, 3 and 4 steps as they are literally the same when it comes to installing them.
- Now, you start Intellij IDEA, and on top left of your screen, find
File
and click at it. Then you go toSettings -> Build Execution Deployment -> Gradle -> Gradle JVM -> Find JDK
. After this, locateC:\Program Files\AdoptOpenJDK\jdk-16.0.1.9-hotspot
, click at OK, then press Apply and OK. - To compile and run LiquidBounce on Intellij IDEA, on top of your screen, find
Run
and click it. Then you go toEdit Configurations -> Below build and run click at that box, and find the number 16
. Then you press Apply and OK and you should be good to go.
Enjoy. Some people who encounter problems loading Nextgen or Nextgen 1.17 should find this thread a bit interesting.
-
@phạm-phúc-hoàng no idea, never happened to me and elaborate a bit please