How do I install Netbeans 9.0+?Can't install NetBeans 9.0 “Error occurred during initialization of boot...

Is domain driven design an anti-SQL pattern?

How to deal with fear of taking dependencies

What is the offset in a seaplane's hull?

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

Copycat chess is back

How to move the player while also allowing forces to affect it

Does a dangling wire really electrocute me if I'm standing in water?

How to manage monthly salary

Where to refill my bottle in India?

Crop image to path created in TikZ?

Could a US political party gain complete control over the government by removing checks & balances?

A poker game description that does not feel gimmicky

What do you call words made from common English words?

COUNT(*) or MAX(id) - which is faster?

Why is my log file so massive? 22gb. I am running log backups

"listening to me about as much as you're listening to this pole here"

What happens when a metallic dragon and a chromatic dragon mate?

What do the Banks children have against barley water?

How would photo IDs work for shapeshifters?

How to answer pointed "are you quitting" questioning when I don't want them to suspect

What does "enim et" mean?

Hosting Wordpress in a EC2 Load Balanced Instance

Why do UK politicians seemingly ignore opinion polls on Brexit?

What are the advantages and disadvantages of running one shots compared to campaigns?



How do I install Netbeans 9.0+?


Can't install NetBeans 9.0 “Error occurred during initialization of boot layer”How can I create launchers on my desktop?Netbeans does not start on fresh Ubuntu 18.04 installationI am on Ubuntu 18.04 LTS, and is dual booted. I can't install Netbeans!how to install Netbeans 9+ from ubuntu-make or umake?How do I upgrade Java from 8 to 9+ on Ubuntu 18.04?Can't install netbeans in ubuntu 18.04Problem - Ubuntu 12.10 + JDK + NetbeansJava out of memory error during the installation processor of netbeansJDK 8 Installation for Ubuntu 14.04 (Android Studio & NetBeans)How to run Netbeans 8.0 as rootUnable to Install Netbeans 8.1NetBeans not working after updatenetbeans not all requested modules can be enabledJava version problem with Eclipse and NetBeans on 18.04how to install Netbeans 9+ from ubuntu-make or umake?How to get Netbeans to appear in Gnome Application List






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







9















A lot has been changed since the release of Netbeans 9.0. Now Netbeans is taken by Apache Foundation. Also, APT still has v8.1 in Bionic Beaver (18.04). So, how do I install latest version (>9.0)?










share|improve this question































    9















    A lot has been changed since the release of Netbeans 9.0. Now Netbeans is taken by Apache Foundation. Also, APT still has v8.1 in Bionic Beaver (18.04). So, how do I install latest version (>9.0)?










    share|improve this question



























      9












      9








      9


      5






      A lot has been changed since the release of Netbeans 9.0. Now Netbeans is taken by Apache Foundation. Also, APT still has v8.1 in Bionic Beaver (18.04). So, how do I install latest version (>9.0)?










      share|improve this question
















      A lot has been changed since the release of Netbeans 9.0. Now Netbeans is taken by Apache Foundation. Also, APT still has v8.1 in Bionic Beaver (18.04). So, how do I install latest version (>9.0)?







      java netbeans






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 5 hours ago







      Kulfy

















      asked Sep 18 '18 at 19:11









      KulfyKulfy

      5,08551844




      5,08551844






















          2 Answers
          2






          active

          oldest

          votes


















          10














          There are basically 3 ways to install Apache Netbeans incubating as described below:





          • Installing using ubuntu-make:



            Apache Netbeans (incubating) is now available via ubuntu-make. As they say, latest version, You can now install Netbeans 11.0 using ubuntu-make. For that, run:



            sudo add-apt-repository ppa:lyzardking/ubuntu-make
            sudo apt-get install ubuntu-make
            umake ide netbeans



          • Installing from Binaries:




            • For NetBeans 9.0: Download the binary zip for NetBeans 9.0 from the direct download link.


            • For NetBeans 10.0: Download the binary zip for NetBeans 10.0 from Apache Download Mirrors



            • For NetBeans 11.0: Download the binary zip for NetBeans 11.0 from Apache Download Mirrors



              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 How can I create launchers on my desktop? - Ask Ubuntu.






          • Building from Source:



            Note: According to Apache NetBeans' release notes (which can be found on Releases / Apache NetBeans under corresponding release) NetBeans 9.0 is compatible with JDK 8, 9 and 10, NetBeans 10.0 with JDK 8, 9, 10 and 11 and NetBeans 11.0 with JDK 8, 9, 10, 11 and 12. Building NetBeans with an incompatible JDK might cause build errors. Moreover JDK 9 and 10 were non-LTS version of Java which seems to be obsolete as of now and are no longer available in Ubuntu's official repository. The installation process of both is described below.





            1. Download the source zip for:




              • NetBeans 9.0 from the direct download link


              • NetBeans 10.0 from Apache Download Mirrors


              • NetBeans 11.0 from Apache Download Mirrors




            2. Install either Oracle JDK or OpenJDK.





              • For Oracle JDK8: 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 OpenJDK8, run



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



              • For OpenJDK11, run



                sudo apt install openjdk-11-jdk
                sudo apt install openjdk-11-jre





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



              sudo apt install ant


            4. Once you’re all set just extract the downloaded source, 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.









          share|improve this answer

































            4














            Apache NetBeans (incubating) snap package can be installed from Ubuntu Software Center directly. The latest version is 11.0.






            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',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              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















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              10














              There are basically 3 ways to install Apache Netbeans incubating as described below:





              • Installing using ubuntu-make:



                Apache Netbeans (incubating) is now available via ubuntu-make. As they say, latest version, You can now install Netbeans 11.0 using ubuntu-make. For that, run:



                sudo add-apt-repository ppa:lyzardking/ubuntu-make
                sudo apt-get install ubuntu-make
                umake ide netbeans



              • Installing from Binaries:




                • For NetBeans 9.0: Download the binary zip for NetBeans 9.0 from the direct download link.


                • For NetBeans 10.0: Download the binary zip for NetBeans 10.0 from Apache Download Mirrors



                • For NetBeans 11.0: Download the binary zip for NetBeans 11.0 from Apache Download Mirrors



                  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 How can I create launchers on my desktop? - Ask Ubuntu.






              • Building from Source:



                Note: According to Apache NetBeans' release notes (which can be found on Releases / Apache NetBeans under corresponding release) NetBeans 9.0 is compatible with JDK 8, 9 and 10, NetBeans 10.0 with JDK 8, 9, 10 and 11 and NetBeans 11.0 with JDK 8, 9, 10, 11 and 12. Building NetBeans with an incompatible JDK might cause build errors. Moreover JDK 9 and 10 were non-LTS version of Java which seems to be obsolete as of now and are no longer available in Ubuntu's official repository. The installation process of both is described below.





                1. Download the source zip for:




                  • NetBeans 9.0 from the direct download link


                  • NetBeans 10.0 from Apache Download Mirrors


                  • NetBeans 11.0 from Apache Download Mirrors




                2. Install either Oracle JDK or OpenJDK.





                  • For Oracle JDK8: 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 OpenJDK8, run



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



                  • For OpenJDK11, run



                    sudo apt install openjdk-11-jdk
                    sudo apt install openjdk-11-jre





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



                  sudo apt install ant


                4. Once you’re all set just extract the downloaded source, 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.









              share|improve this answer






























                10














                There are basically 3 ways to install Apache Netbeans incubating as described below:





                • Installing using ubuntu-make:



                  Apache Netbeans (incubating) is now available via ubuntu-make. As they say, latest version, You can now install Netbeans 11.0 using ubuntu-make. For that, run:



                  sudo add-apt-repository ppa:lyzardking/ubuntu-make
                  sudo apt-get install ubuntu-make
                  umake ide netbeans



                • Installing from Binaries:




                  • For NetBeans 9.0: Download the binary zip for NetBeans 9.0 from the direct download link.


                  • For NetBeans 10.0: Download the binary zip for NetBeans 10.0 from Apache Download Mirrors



                  • For NetBeans 11.0: Download the binary zip for NetBeans 11.0 from Apache Download Mirrors



                    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 How can I create launchers on my desktop? - Ask Ubuntu.






                • Building from Source:



                  Note: According to Apache NetBeans' release notes (which can be found on Releases / Apache NetBeans under corresponding release) NetBeans 9.0 is compatible with JDK 8, 9 and 10, NetBeans 10.0 with JDK 8, 9, 10 and 11 and NetBeans 11.0 with JDK 8, 9, 10, 11 and 12. Building NetBeans with an incompatible JDK might cause build errors. Moreover JDK 9 and 10 were non-LTS version of Java which seems to be obsolete as of now and are no longer available in Ubuntu's official repository. The installation process of both is described below.





                  1. Download the source zip for:




                    • NetBeans 9.0 from the direct download link


                    • NetBeans 10.0 from Apache Download Mirrors


                    • NetBeans 11.0 from Apache Download Mirrors




                  2. Install either Oracle JDK or OpenJDK.





                    • For Oracle JDK8: 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 OpenJDK8, run



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



                    • For OpenJDK11, run



                      sudo apt install openjdk-11-jdk
                      sudo apt install openjdk-11-jre





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



                    sudo apt install ant


                  4. Once you’re all set just extract the downloaded source, 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.









                share|improve this answer




























                  10












                  10








                  10







                  There are basically 3 ways to install Apache Netbeans incubating as described below:





                  • Installing using ubuntu-make:



                    Apache Netbeans (incubating) is now available via ubuntu-make. As they say, latest version, You can now install Netbeans 11.0 using ubuntu-make. For that, run:



                    sudo add-apt-repository ppa:lyzardking/ubuntu-make
                    sudo apt-get install ubuntu-make
                    umake ide netbeans



                  • Installing from Binaries:




                    • For NetBeans 9.0: Download the binary zip for NetBeans 9.0 from the direct download link.


                    • For NetBeans 10.0: Download the binary zip for NetBeans 10.0 from Apache Download Mirrors



                    • For NetBeans 11.0: Download the binary zip for NetBeans 11.0 from Apache Download Mirrors



                      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 How can I create launchers on my desktop? - Ask Ubuntu.






                  • Building from Source:



                    Note: According to Apache NetBeans' release notes (which can be found on Releases / Apache NetBeans under corresponding release) NetBeans 9.0 is compatible with JDK 8, 9 and 10, NetBeans 10.0 with JDK 8, 9, 10 and 11 and NetBeans 11.0 with JDK 8, 9, 10, 11 and 12. Building NetBeans with an incompatible JDK might cause build errors. Moreover JDK 9 and 10 were non-LTS version of Java which seems to be obsolete as of now and are no longer available in Ubuntu's official repository. The installation process of both is described below.





                    1. Download the source zip for:




                      • NetBeans 9.0 from the direct download link


                      • NetBeans 10.0 from Apache Download Mirrors


                      • NetBeans 11.0 from Apache Download Mirrors




                    2. Install either Oracle JDK or OpenJDK.





                      • For Oracle JDK8: 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 OpenJDK8, run



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



                      • For OpenJDK11, run



                        sudo apt install openjdk-11-jdk
                        sudo apt install openjdk-11-jre





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



                      sudo apt install ant


                    4. Once you’re all set just extract the downloaded source, 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.









                  share|improve this answer















                  There are basically 3 ways to install Apache Netbeans incubating as described below:





                  • Installing using ubuntu-make:



                    Apache Netbeans (incubating) is now available via ubuntu-make. As they say, latest version, You can now install Netbeans 11.0 using ubuntu-make. For that, run:



                    sudo add-apt-repository ppa:lyzardking/ubuntu-make
                    sudo apt-get install ubuntu-make
                    umake ide netbeans



                  • Installing from Binaries:




                    • For NetBeans 9.0: Download the binary zip for NetBeans 9.0 from the direct download link.


                    • For NetBeans 10.0: Download the binary zip for NetBeans 10.0 from Apache Download Mirrors



                    • For NetBeans 11.0: Download the binary zip for NetBeans 11.0 from Apache Download Mirrors



                      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 How can I create launchers on my desktop? - Ask Ubuntu.






                  • Building from Source:



                    Note: According to Apache NetBeans' release notes (which can be found on Releases / Apache NetBeans under corresponding release) NetBeans 9.0 is compatible with JDK 8, 9 and 10, NetBeans 10.0 with JDK 8, 9, 10 and 11 and NetBeans 11.0 with JDK 8, 9, 10, 11 and 12. Building NetBeans with an incompatible JDK might cause build errors. Moreover JDK 9 and 10 were non-LTS version of Java which seems to be obsolete as of now and are no longer available in Ubuntu's official repository. The installation process of both is described below.





                    1. Download the source zip for:




                      • NetBeans 9.0 from the direct download link


                      • NetBeans 10.0 from Apache Download Mirrors


                      • NetBeans 11.0 from Apache Download Mirrors




                    2. Install either Oracle JDK or OpenJDK.





                      • For Oracle JDK8: 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 OpenJDK8, run



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



                      • For OpenJDK11, run



                        sudo apt install openjdk-11-jdk
                        sudo apt install openjdk-11-jre





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



                      sudo apt install ant


                    4. Once you’re all set just extract the downloaded source, 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.










                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 5 hours ago

























                  answered Sep 18 '18 at 19:11









                  KulfyKulfy

                  5,08551844




                  5,08551844

























                      4














                      Apache NetBeans (incubating) snap package can be installed from Ubuntu Software Center directly. The latest version is 11.0.






                      share|improve this answer






























                        4














                        Apache NetBeans (incubating) snap package can be installed from Ubuntu Software Center directly. The latest version is 11.0.






                        share|improve this answer




























                          4












                          4








                          4







                          Apache NetBeans (incubating) snap package can be installed from Ubuntu Software Center directly. The latest version is 11.0.






                          share|improve this answer















                          Apache NetBeans (incubating) snap package can be installed from Ubuntu Software Center directly. The latest version is 11.0.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 5 hours ago









                          Kulfy

                          5,08551844




                          5,08551844










                          answered Jan 22 at 12:51









                          HuseyinHuseyin

                          4871925




                          4871925






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              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















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                              Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                              Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...