Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. General Discussion
  3. how to compile liquidbounce properly

how to compile liquidbounce properly

Scheduled Pinned Locked Moved General Discussion
13 Posts 8 Posters 2.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? A Former User

    @suicidemouse this step cause some error to me i can send the screenshot of my errors?

    suicidemouse33S Offline
    suicidemouse33S Offline
    suicidemouse33
    wrote on last edited by
    #4

    @salvatore-sammarco send it please

    1 Reply Last reply
    0
    • suicidemouse33S suicidemouse33

      okay so, you want to compile liquidbounce but you keep getting errors, well this thread might help you

      for legacy

      1. install jdk 8 from here and set the JAVA_HOME variable (if you are on windows) (the tutorial is here)
      2. install git from here
      3. after you are done installing both, open git cmd
      4. type this: git clone https://github.com/CCBlueX/LiquidBounce
      5. after its done, type cd LiquidBounce
      6. type git checkout legacy since you want to use lb b73
      7. type gradlew setupDevWorkspace idea genIntellijRuns
      8. open the folder (C:\Users\yourname\LiquidBounce) in Intellij IDEA (if you want to edit the source code)
      9. after you built it with the gradlew build command, the jar file will be in the LiquidBounce/build/libs folder

      for nextgen

      1. install jdk 16 from here and set the JAVA_HOME variable (if you are on windows) (the tutorial is here)
      2. install git from here
      3. after you are done installing both, open git cmd
      4. type this: git clone https://github.com/CCBlueX/LiquidBounce
      5. after its done, type cd LiquidBounce
      6. type gradlew genSources
      7. open the folder (C:\Users\LiquidBounce on windows or /home/LiquidBounce on gnu/linux) in Intellij IDEA (if you want to edit the source code)
      8. after you built it with the gradlew build command, the jar file will be in the LiquidBounce/build/libs folder
      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #5

      @suicidemouse You can also skip the IDE and just type ./gradlew build

      suicidemouse33S 1 Reply Last reply
      0
      • ? A Former User

        @suicidemouse You can also skip the IDE and just type ./gradlew build

        suicidemouse33S Offline
        suicidemouse33S Offline
        suicidemouse33
        wrote on last edited by suicidemouse33
        #6

        @cancernameu step 7, step 8 is optional.

        ? 1 Reply Last reply
        0
        • suicidemouse33S suicidemouse33

          @cancernameu step 7, step 8 is optional.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #7

          @suicidemouse yeah but you still need to gradlew build

          suicidemouse33S 1 Reply Last reply
          0
          • ? A Former User

            @suicidemouse yeah but you still need to gradlew build

            suicidemouse33S Offline
            suicidemouse33S Offline
            suicidemouse33
            wrote on last edited by suicidemouse33
            #8

            @cancernameu well yeah, edited

            1 Reply Last reply
            0
            • suicidemouse33S Offline
              suicidemouse33S Offline
              suicidemouse33
              wrote on last edited by
              #9

              im going to edit this thread for gnu/linux users

              1 Reply Last reply
              0
              • suicidemouse33S Offline
                suicidemouse33S Offline
                suicidemouse33
                wrote on last edited by
                #10

                hello everybody, i wasnt able to edit the thread for gnu/linux users because i got no idea men

                1 Reply Last reply
                0
                • suicidesquidwardS suicidesquidward referenced this topic on
                • suicidemouse33S suicidemouse33

                  okay so, you want to compile liquidbounce but you keep getting errors, well this thread might help you

                  for legacy

                  1. install jdk 8 from here and set the JAVA_HOME variable (if you are on windows) (the tutorial is here)
                  2. install git from here
                  3. after you are done installing both, open git cmd
                  4. type this: git clone https://github.com/CCBlueX/LiquidBounce
                  5. after its done, type cd LiquidBounce
                  6. type git checkout legacy since you want to use lb b73
                  7. type gradlew setupDevWorkspace idea genIntellijRuns
                  8. open the folder (C:\Users\yourname\LiquidBounce) in Intellij IDEA (if you want to edit the source code)
                  9. after you built it with the gradlew build command, the jar file will be in the LiquidBounce/build/libs folder

                  for nextgen

                  1. install jdk 16 from here and set the JAVA_HOME variable (if you are on windows) (the tutorial is here)
                  2. install git from here
                  3. after you are done installing both, open git cmd
                  4. type this: git clone https://github.com/CCBlueX/LiquidBounce
                  5. after its done, type cd LiquidBounce
                  6. type gradlew genSources
                  7. open the folder (C:\Users\LiquidBounce on windows or /home/LiquidBounce on gnu/linux) in Intellij IDEA (if you want to edit the source code)
                  8. after you built it with the gradlew build command, the jar file will be in the LiquidBounce/build/libs folder
                  Mspy1M Offline
                  Mspy1M Offline
                  Mspy1
                  wrote on last edited by
                  #11

                  @suicidemouse33 said in how to compile liquidbounce properly:

                  gradlew setupDevWorkspace idea genIntellijRuns

                  Starting a Gradle Daemon, 2 incompatible Daemons could not be reused, use --status for details

                  FAILURE: Build failed with an exception.

                  • What went wrong:
                    A problem occurred configuring root project 'LiquidBounce Legacy'.

                  Could not resolve all artifacts for configuration ':classpath'.
                  Could not resolve club.chachy:GitVersion:394b3c5363.
                  Required by:
                  project : > com.github.xcfrg:ForgeGradle:FG_2.1-SNAPSHOT:v2.0.2-gda0302a-162
                  Could not resolve club.chachy:GitVersion:394b3c5363.
                  Could not get resource 'https://jitpack.io/club/chachy/GitVersion/394b3c5363/GitVersion-394b3c5363.pom'.
                  Could not GET 'https://jitpack.io/club/chachy/GitVersion/394b3c5363/GitVersion-394b3c5363.pom'. Received status code 403 from server: Forbidden

                  • Try:
                    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

                  • Get more help at https://help.gradle.org

                  BUILD FAILED in 22s

                  I've literally done anything set jdk 8 as home variable and this pops...

                  Ali00035A 1 Reply Last reply
                  0
                  • Mspy1M Mspy1

                    @suicidemouse33 said in how to compile liquidbounce properly:

                    gradlew setupDevWorkspace idea genIntellijRuns

                    Starting a Gradle Daemon, 2 incompatible Daemons could not be reused, use --status for details

                    FAILURE: Build failed with an exception.

                    • What went wrong:
                      A problem occurred configuring root project 'LiquidBounce Legacy'.

                    Could not resolve all artifacts for configuration ':classpath'.
                    Could not resolve club.chachy:GitVersion:394b3c5363.
                    Required by:
                    project : > com.github.xcfrg:ForgeGradle:FG_2.1-SNAPSHOT:v2.0.2-gda0302a-162
                    Could not resolve club.chachy:GitVersion:394b3c5363.
                    Could not get resource 'https://jitpack.io/club/chachy/GitVersion/394b3c5363/GitVersion-394b3c5363.pom'.
                    Could not GET 'https://jitpack.io/club/chachy/GitVersion/394b3c5363/GitVersion-394b3c5363.pom'. Received status code 403 from server: Forbidden

                    • Try:
                      Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

                    • Get more help at https://help.gradle.org

                    BUILD FAILED in 22s

                    I've literally done anything set jdk 8 as home variable and this pops...

                    Ali00035A Offline
                    Ali00035A Offline
                    Ali00035
                    wrote on last edited by
                    #12
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • R Offline
                      R Offline
                      redcurra
                      wrote on last edited by redcurra
                      #13

                      step 7, step 8 is optional. https://forums.ccbluex.net/topic/4101/how-to-compile-liquidbounce-properly/snow rider

                      1 Reply Last reply
                      0
                      • R redcurra referenced this topic on
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      About
                      • Terms of Service
                      • Privacy Policy
                      • Status
                      • Contact Us
                      Downloads
                      • Releases
                      • Source code
                      • License
                      Docs
                      • Tutorials
                      • CustomHUD
                      • AutoSettings
                      • ScriptAPI
                      Community
                      • Forum
                      • Guilded
                      • YouTube
                      • Twitter
                      • D.Tube
                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups