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
  3. help

help

Scheduled Pinned Locked Moved Solved General
14 Posts 6 Posters 1.5k Views 2 Watching
  • 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.
  • LitelyL Offline
    LitelyL Offline
    Litely
    wrote on last edited by
    #3

    can you say it clearly?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      commandblock2
      wrote on last edited by
      #4

      The information in the picture is not sufficient to locate the problem. There are supposed to be more details of the error(s) (maybe somewhere in idea or 1.8.9-Forge/.gradle/gradle.log).
      Or you can run if you use Windows

      gradlew.bat setupDevWorkSpace
      

      in cmd to see if there is any output.

      other wise (*nix) run

      ./gradlew setupDevWorkSpace
      

      And make sure you are using the latest source.

      1 Reply Last reply
      0
      • VisionFXV Offline
        VisionFXV Offline
        VisionFX
        wrote on last edited by
        #5

        it doesn't happen on me when using latest dev build

        1 Reply Last reply
        0
        • LitelyL Offline
          LitelyL Offline
          Litely
          wrote on last edited by Litely
          #6

          im using the latest source

          1 Reply Last reply
          0
          • LitelyL Offline
            LitelyL Offline
            Litely
            wrote on last edited by Litely
            #7

            227c999a-2304-47bf-9345-89b847c27c0b-image.png

            73052ca1-ca11-439a-ba1e-2e79233f220d-image.png
            here

            CzechHekC 1 Reply Last reply
            0
            • LitelyL Litely

              227c999a-2304-47bf-9345-89b847c27c0b-image.png

              73052ca1-ca11-439a-ba1e-2e79233f220d-image.png
              here

              CzechHekC Offline
              CzechHekC Offline
              CzechHek
              wrote on last edited by CzechHek
              #8

              @idkmyname
              5100811c-cb34-4bc5-b85c-c1abb8666129-image.png
              Exactly what it says, JAVA_HOME doesn't point to JDK but to JRE, that's the problem 🙂

              LitelyL 1 Reply Last reply
              0
              • CzechHekC CzechHek

                @idkmyname
                5100811c-cb34-4bc5-b85c-c1abb8666129-image.png
                Exactly what it says, JAVA_HOME doesn't point to JDK but to JRE, that's the problem 🙂

                LitelyL Offline
                LitelyL Offline
                Litely
                wrote on last edited by
                #9

                @CzechHek can you make a video tutorial or your settings java project...

                C 1 Reply Last reply
                0
                • LitelyL Litely

                  @CzechHek can you make a video tutorial or your settings java project...

                  C Offline
                  C Offline
                  commandblock2
                  wrote on last edited by commandblock2
                  #10

                  @idkmyname
                  JDK is basically a superset of JRE.

                  In simple words, JDK is something for writing programs, while JRE is something for running those java programs. (of course a JDK will also allows you to run a Java program)

                  JDK -> Java Development Kit
                  JRE -> Java Runtime Environment

                  To do something LiquidBounce developing related thing you need to have JDK installed.

                  To determine if you have a JDK installed, navigate to

                  C:\Program Files\Java\
                  

                  And see if there is a folder for JDK exist (for example jdk1.8.0_251 instead of jre..... )

                  If you don't have JDK installed, then install one, I don't remember if any extra steps like registering a oracle account is needed on windows currently.

                  Then you modify the JAVA_HOME variable to the the JDK path. After that it should work.

                  1 Reply Last reply
                  1
                  • LitelyL Offline
                    LitelyL Offline
                    Litely
                    wrote on last edited by
                    #11

                    hmm here is my project settings,it's right ? 😞

                    1dcbcaa5-8a5f-465a-b4ee-ab3ab437a215-image.png

                    9a807573-d25d-40b9-9c0d-301d10f1010c-image.png

                    scorpion3013S 1 Reply Last reply
                    0
                    • LitelyL Litely

                      hmm here is my project settings,it's right ? 😞

                      1dcbcaa5-8a5f-465a-b4ee-ab3ab437a215-image.png

                      9a807573-d25d-40b9-9c0d-301d10f1010c-image.png

                      scorpion3013S Offline
                      scorpion3013S Offline
                      scorpion3013
                      Moderator
                      wrote on last edited by scorpion3013
                      #12

                      @idkmyname you need a jdk like 1.8.xxx , you are using 14 that wont work with minecraft.
                      You can download one through intellij.
                      idea64_2020-06-30_09-20-18.png
                      idea64_2020-06-30_09-20-58.png

                      LitelyL 1 Reply Last reply
                      1
                      • scorpion3013S scorpion3013

                        @idkmyname you need a jdk like 1.8.xxx , you are using 14 that wont work with minecraft.
                        You can download one through intellij.
                        idea64_2020-06-30_09-20-18.png
                        idea64_2020-06-30_09-20-58.png

                        LitelyL Offline
                        LitelyL Offline
                        Litely
                        wrote on last edited by
                        #13

                        @scorpion3013 omg i did it thanks you so much

                        1 Reply Last reply
                        0
                        • LitelyL Litely

                          when i try run StepDevWorkSpace and it fails59680dc1-276d-406f-a2d5-b2f92f7d4ba6-image.png

                          END3R1355E Offline
                          END3R1355E Offline
                          END3R1355
                          wrote on last edited by
                          #14

                          @litely ok

                          1 Reply Last reply
                          0
                          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