Is it possible to add Java support to Netbeans+PHP installed package?












2















under Ubuntu I have installed Netbeans with PHP and HTML Js support.



What's the best way to add also Java support?



Should I download from https://netbeans.org/downloads/
the package under Java SE and install over? Or better the "all" package?
Or some other better approach?
Any experience with this situation?
Thanks










share|improve this question



























    2















    under Ubuntu I have installed Netbeans with PHP and HTML Js support.



    What's the best way to add also Java support?



    Should I download from https://netbeans.org/downloads/
    the package under Java SE and install over? Or better the "all" package?
    Or some other better approach?
    Any experience with this situation?
    Thanks










    share|improve this question

























      2












      2








      2








      under Ubuntu I have installed Netbeans with PHP and HTML Js support.



      What's the best way to add also Java support?



      Should I download from https://netbeans.org/downloads/
      the package under Java SE and install over? Or better the "all" package?
      Or some other better approach?
      Any experience with this situation?
      Thanks










      share|improve this question














      under Ubuntu I have installed Netbeans with PHP and HTML Js support.



      What's the best way to add also Java support?



      Should I download from https://netbeans.org/downloads/
      the package under Java SE and install over? Or better the "all" package?
      Or some other better approach?
      Any experience with this situation?
      Thanks







      java php netbeans






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 15 '15 at 16:25









      koalaokkoalaok

      15118




      15118






















          3 Answers
          3






          active

          oldest

          votes


















          4














          Sorry for bothering, I found out myself. Very simple:
          You can add or remove packs later using the IDE's Plugin Manager (Tools | Plugins).



          Browsing Available Plugins, sort by category, I can find anything I need.






          share|improve this answer



















          • 1





            Which packs should be added for general Java development? ie if i'm downloading an open source Java package like Netbeans, which plugins do I need?

            – Manachi
            Sep 30 '17 at 22:28



















          3















          1. install full JDK


          2. either edit: <netbeans-IDE-installation>/etc/netbeans.conf

            1. unmark 'netbeans_jdkhome'

            2. link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/




          3. or use: '--jdkhome' command-line option e.g. ./bin/netbeans --jdkhome /usr/local/share/java/jdk1.6.0_07/


          Please check: http://wiki.netbeans.org/FaqRunningOnJre






          share|improve this answer































            -1














            If you're confused which java plugin to install, you can download Netbeans java bundle and install. The installation will combine both features (PHP, Java). Tested with Netbeans 8.2.



            And then :
            - Install JDK if you haven't.
            - open netbeans conf file at ./etc/netbeans.conf, set "netbeans_jdkhome" to your jdk instalation.



            Good luck.






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "3"
              };
              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%2fsuperuser.com%2fquestions%2f1013738%2fis-it-possible-to-add-java-support-to-netbeansphp-installed-package%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              4














              Sorry for bothering, I found out myself. Very simple:
              You can add or remove packs later using the IDE's Plugin Manager (Tools | Plugins).



              Browsing Available Plugins, sort by category, I can find anything I need.






              share|improve this answer



















              • 1





                Which packs should be added for general Java development? ie if i'm downloading an open source Java package like Netbeans, which plugins do I need?

                – Manachi
                Sep 30 '17 at 22:28
















              4














              Sorry for bothering, I found out myself. Very simple:
              You can add or remove packs later using the IDE's Plugin Manager (Tools | Plugins).



              Browsing Available Plugins, sort by category, I can find anything I need.






              share|improve this answer



















              • 1





                Which packs should be added for general Java development? ie if i'm downloading an open source Java package like Netbeans, which plugins do I need?

                – Manachi
                Sep 30 '17 at 22:28














              4












              4








              4







              Sorry for bothering, I found out myself. Very simple:
              You can add or remove packs later using the IDE's Plugin Manager (Tools | Plugins).



              Browsing Available Plugins, sort by category, I can find anything I need.






              share|improve this answer













              Sorry for bothering, I found out myself. Very simple:
              You can add or remove packs later using the IDE's Plugin Manager (Tools | Plugins).



              Browsing Available Plugins, sort by category, I can find anything I need.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Dec 16 '15 at 11:23









              koalaokkoalaok

              15118




              15118








              • 1





                Which packs should be added for general Java development? ie if i'm downloading an open source Java package like Netbeans, which plugins do I need?

                – Manachi
                Sep 30 '17 at 22:28














              • 1





                Which packs should be added for general Java development? ie if i'm downloading an open source Java package like Netbeans, which plugins do I need?

                – Manachi
                Sep 30 '17 at 22:28








              1




              1





              Which packs should be added for general Java development? ie if i'm downloading an open source Java package like Netbeans, which plugins do I need?

              – Manachi
              Sep 30 '17 at 22:28





              Which packs should be added for general Java development? ie if i'm downloading an open source Java package like Netbeans, which plugins do I need?

              – Manachi
              Sep 30 '17 at 22:28













              3















              1. install full JDK


              2. either edit: <netbeans-IDE-installation>/etc/netbeans.conf

                1. unmark 'netbeans_jdkhome'

                2. link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/




              3. or use: '--jdkhome' command-line option e.g. ./bin/netbeans --jdkhome /usr/local/share/java/jdk1.6.0_07/


              Please check: http://wiki.netbeans.org/FaqRunningOnJre






              share|improve this answer




























                3















                1. install full JDK


                2. either edit: <netbeans-IDE-installation>/etc/netbeans.conf

                  1. unmark 'netbeans_jdkhome'

                  2. link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/




                3. or use: '--jdkhome' command-line option e.g. ./bin/netbeans --jdkhome /usr/local/share/java/jdk1.6.0_07/


                Please check: http://wiki.netbeans.org/FaqRunningOnJre






                share|improve this answer


























                  3












                  3








                  3








                  1. install full JDK


                  2. either edit: <netbeans-IDE-installation>/etc/netbeans.conf

                    1. unmark 'netbeans_jdkhome'

                    2. link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/




                  3. or use: '--jdkhome' command-line option e.g. ./bin/netbeans --jdkhome /usr/local/share/java/jdk1.6.0_07/


                  Please check: http://wiki.netbeans.org/FaqRunningOnJre






                  share|improve this answer














                  1. install full JDK


                  2. either edit: <netbeans-IDE-installation>/etc/netbeans.conf

                    1. unmark 'netbeans_jdkhome'

                    2. link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/




                  3. or use: '--jdkhome' command-line option e.g. ./bin/netbeans --jdkhome /usr/local/share/java/jdk1.6.0_07/


                  Please check: http://wiki.netbeans.org/FaqRunningOnJre







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 25 '16 at 8:53









                  sariDonsariDon

                  1314




                  1314























                      -1














                      If you're confused which java plugin to install, you can download Netbeans java bundle and install. The installation will combine both features (PHP, Java). Tested with Netbeans 8.2.



                      And then :
                      - Install JDK if you haven't.
                      - open netbeans conf file at ./etc/netbeans.conf, set "netbeans_jdkhome" to your jdk instalation.



                      Good luck.






                      share|improve this answer




























                        -1














                        If you're confused which java plugin to install, you can download Netbeans java bundle and install. The installation will combine both features (PHP, Java). Tested with Netbeans 8.2.



                        And then :
                        - Install JDK if you haven't.
                        - open netbeans conf file at ./etc/netbeans.conf, set "netbeans_jdkhome" to your jdk instalation.



                        Good luck.






                        share|improve this answer


























                          -1












                          -1








                          -1







                          If you're confused which java plugin to install, you can download Netbeans java bundle and install. The installation will combine both features (PHP, Java). Tested with Netbeans 8.2.



                          And then :
                          - Install JDK if you haven't.
                          - open netbeans conf file at ./etc/netbeans.conf, set "netbeans_jdkhome" to your jdk instalation.



                          Good luck.






                          share|improve this answer













                          If you're confused which java plugin to install, you can download Netbeans java bundle and install. The installation will combine both features (PHP, Java). Tested with Netbeans 8.2.



                          And then :
                          - Install JDK if you haven't.
                          - open netbeans conf file at ./etc/netbeans.conf, set "netbeans_jdkhome" to your jdk instalation.



                          Good luck.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Feb 2 at 17:02









                          SaptaSapta

                          1




                          1






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Super User!


                              • 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%2fsuperuser.com%2fquestions%2f1013738%2fis-it-possible-to-add-java-support-to-netbeansphp-installed-package%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

                              flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                              Mangá

                               ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕