Is it possible to add Java support to Netbeans+PHP installed package?
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
add a comment |
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
add a comment |
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
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
java php netbeans
asked Dec 15 '15 at 16:25
koalaokkoalaok
15118
15118
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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.
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
add a comment |
- install full JDK
either edit: <netbeans-IDE-installation>/etc/netbeans.conf
- unmark 'netbeans_jdkhome'
- link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/
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
add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
- install full JDK
either edit: <netbeans-IDE-installation>/etc/netbeans.conf
- unmark 'netbeans_jdkhome'
- link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/
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
add a comment |
- install full JDK
either edit: <netbeans-IDE-installation>/etc/netbeans.conf
- unmark 'netbeans_jdkhome'
- link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/
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
add a comment |
- install full JDK
either edit: <netbeans-IDE-installation>/etc/netbeans.conf
- unmark 'netbeans_jdkhome'
- link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/
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
- install full JDK
either edit: <netbeans-IDE-installation>/etc/netbeans.conf
- unmark 'netbeans_jdkhome'
- link to JDK location e.g. /usr/local/share/java/jdk1.6.0_07/
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
answered Feb 25 '16 at 8:53
sariDonsariDon
1314
1314
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Feb 2 at 17:02
SaptaSapta
1
1
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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