How do I install Netbeans 9.0?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












A lot has been changed since the release of Netbeans 9.0. I want a guide for How should I install Netbeans version 9.0?.










share|improve this question

























    up vote
    2
    down vote

    favorite












    A lot has been changed since the release of Netbeans 9.0. I want a guide for How should I install Netbeans version 9.0?.










    share|improve this question























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      A lot has been changed since the release of Netbeans 9.0. I want a guide for How should I install Netbeans version 9.0?.










      share|improve this question













      A lot has been changed since the release of Netbeans 9.0. I want a guide for How should I install Netbeans version 9.0?.







      java netbeans






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 5 hours ago









      Kulfy

      1,2561425




      1,2561425




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote














          • Building from Source:




            1. Download the source zip from here and extract. Or open terminal and clone the repositories from GitHub using



              git clone https://github.com/apache/incubator-netbeans



            2. Install either Oracle JDK or OpenJDK.




              • For Oracle JDK: Download JDK8 from here and run these commands:



                sudo su
                mkdir /opt/jdk
                tar -zxf jdk-8u181-linux-x64.tar.gz -C /opt/jdk
                update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100
                update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100



              • For OpenJDK, run



                sudo apt install openjdk-8-jdk
                sudo apt install openjdk-8-jre




            3. Install Apache ANT: For installing Apache Ant v1.10.3, run



              sudo apt install ant


            4. Once you’re all set just enter the incubator-netbeans directory and type ant to build the Apache NetBeans IDE.


            5. Once built, the IDE bits are placed in the ./nbbuild/netbeans directory. You can run the IDE from within the incubator-netbeans directory by typing ./nbbuild/netbeans/bin/netbeans or use ant tryme to run the Apache NetBeans IDE.



          • Installing from Binaries: Download the binary zip from here. Unpack the zip and run netbeans in bin folder using ./netbeans. I'll suggest to make a desktop entry a.k.a. menu shortcut. For details about it read this and this.






          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1076408%2fhow-do-i-install-netbeans-9-0%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            3
            down vote














            • Building from Source:




              1. Download the source zip from here and extract. Or open terminal and clone the repositories from GitHub using



                git clone https://github.com/apache/incubator-netbeans



              2. Install either Oracle JDK or OpenJDK.




                • For Oracle JDK: Download JDK8 from here and run these commands:



                  sudo su
                  mkdir /opt/jdk
                  tar -zxf jdk-8u181-linux-x64.tar.gz -C /opt/jdk
                  update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100
                  update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100



                • For OpenJDK, run



                  sudo apt install openjdk-8-jdk
                  sudo apt install openjdk-8-jre




              3. Install Apache ANT: For installing Apache Ant v1.10.3, run



                sudo apt install ant


              4. Once you’re all set just enter the incubator-netbeans directory and type ant to build the Apache NetBeans IDE.


              5. Once built, the IDE bits are placed in the ./nbbuild/netbeans directory. You can run the IDE from within the incubator-netbeans directory by typing ./nbbuild/netbeans/bin/netbeans or use ant tryme to run the Apache NetBeans IDE.



            • Installing from Binaries: Download the binary zip from here. Unpack the zip and run netbeans in bin folder using ./netbeans. I'll suggest to make a desktop entry a.k.a. menu shortcut. For details about it read this and this.






            share|improve this answer


























              up vote
              3
              down vote














              • Building from Source:




                1. Download the source zip from here and extract. Or open terminal and clone the repositories from GitHub using



                  git clone https://github.com/apache/incubator-netbeans



                2. Install either Oracle JDK or OpenJDK.




                  • For Oracle JDK: Download JDK8 from here and run these commands:



                    sudo su
                    mkdir /opt/jdk
                    tar -zxf jdk-8u181-linux-x64.tar.gz -C /opt/jdk
                    update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100
                    update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100



                  • For OpenJDK, run



                    sudo apt install openjdk-8-jdk
                    sudo apt install openjdk-8-jre




                3. Install Apache ANT: For installing Apache Ant v1.10.3, run



                  sudo apt install ant


                4. Once you’re all set just enter the incubator-netbeans directory and type ant to build the Apache NetBeans IDE.


                5. Once built, the IDE bits are placed in the ./nbbuild/netbeans directory. You can run the IDE from within the incubator-netbeans directory by typing ./nbbuild/netbeans/bin/netbeans or use ant tryme to run the Apache NetBeans IDE.



              • Installing from Binaries: Download the binary zip from here. Unpack the zip and run netbeans in bin folder using ./netbeans. I'll suggest to make a desktop entry a.k.a. menu shortcut. For details about it read this and this.






              share|improve this answer
























                up vote
                3
                down vote










                up vote
                3
                down vote










                • Building from Source:




                  1. Download the source zip from here and extract. Or open terminal and clone the repositories from GitHub using



                    git clone https://github.com/apache/incubator-netbeans



                  2. Install either Oracle JDK or OpenJDK.




                    • For Oracle JDK: Download JDK8 from here and run these commands:



                      sudo su
                      mkdir /opt/jdk
                      tar -zxf jdk-8u181-linux-x64.tar.gz -C /opt/jdk
                      update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100
                      update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100



                    • For OpenJDK, run



                      sudo apt install openjdk-8-jdk
                      sudo apt install openjdk-8-jre




                  3. Install Apache ANT: For installing Apache Ant v1.10.3, run



                    sudo apt install ant


                  4. Once you’re all set just enter the incubator-netbeans directory and type ant to build the Apache NetBeans IDE.


                  5. Once built, the IDE bits are placed in the ./nbbuild/netbeans directory. You can run the IDE from within the incubator-netbeans directory by typing ./nbbuild/netbeans/bin/netbeans or use ant tryme to run the Apache NetBeans IDE.



                • Installing from Binaries: Download the binary zip from here. Unpack the zip and run netbeans in bin folder using ./netbeans. I'll suggest to make a desktop entry a.k.a. menu shortcut. For details about it read this and this.






                share|improve this answer















                • Building from Source:




                  1. Download the source zip from here and extract. Or open terminal and clone the repositories from GitHub using



                    git clone https://github.com/apache/incubator-netbeans



                  2. Install either Oracle JDK or OpenJDK.




                    • For Oracle JDK: Download JDK8 from here and run these commands:



                      sudo su
                      mkdir /opt/jdk
                      tar -zxf jdk-8u181-linux-x64.tar.gz -C /opt/jdk
                      update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100
                      update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_181/bin/java 100



                    • For OpenJDK, run



                      sudo apt install openjdk-8-jdk
                      sudo apt install openjdk-8-jre




                  3. Install Apache ANT: For installing Apache Ant v1.10.3, run



                    sudo apt install ant


                  4. Once you’re all set just enter the incubator-netbeans directory and type ant to build the Apache NetBeans IDE.


                  5. Once built, the IDE bits are placed in the ./nbbuild/netbeans directory. You can run the IDE from within the incubator-netbeans directory by typing ./nbbuild/netbeans/bin/netbeans or use ant tryme to run the Apache NetBeans IDE.



                • Installing from Binaries: Download the binary zip from here. Unpack the zip and run netbeans in bin folder using ./netbeans. I'll suggest to make a desktop entry a.k.a. menu shortcut. For details about it read this and this.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 4 hours ago

























                answered 5 hours ago









                Kulfy

                1,2561425




                1,2561425



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1076408%2fhow-do-i-install-netbeans-9-0%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Confectionery