Java Web option is not available in NetBeans 7.0.1
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have installed NetBeans 7.0.1 from the Ubuntu Software Center, but when I go to create a project then the Java Web option is not displayed in the popup. Please give me an idea for how to solve this problem.
java netbeans
add a comment |
I have installed NetBeans 7.0.1 from the Ubuntu Software Center, but when I go to create a project then the Java Web option is not displayed in the popup. Please give me an idea for how to solve this problem.
java netbeans
ubuntu make should help with this sort of thing. umake it's called.
– Thufir
Jan 15 '17 at 18:44
add a comment |
I have installed NetBeans 7.0.1 from the Ubuntu Software Center, but when I go to create a project then the Java Web option is not displayed in the popup. Please give me an idea for how to solve this problem.
java netbeans
I have installed NetBeans 7.0.1 from the Ubuntu Software Center, but when I go to create a project then the Java Web option is not displayed in the popup. Please give me an idea for how to solve this problem.
java netbeans
java netbeans
edited Apr 28 '15 at 13:45
karel
61.1k13132155
61.1k13132155
asked Apr 28 '15 at 12:55
Nilesh PanchalNilesh Panchal
1112
1112
ubuntu make should help with this sort of thing. umake it's called.
– Thufir
Jan 15 '17 at 18:44
add a comment |
ubuntu make should help with this sort of thing. umake it's called.
– Thufir
Jan 15 '17 at 18:44
ubuntu make should help with this sort of thing. umake it's called.
– Thufir
Jan 15 '17 at 18:44
ubuntu make should help with this sort of thing. umake it's called.
– Thufir
Jan 15 '17 at 18:44
add a comment |
1 Answer
1
active
oldest
votes
I also tried to install NetBeans IDE 7.0.1 in Ubuntu 14.04 with OpenJDK Development Kit 7 and had the same problem as you have. I searched for a solution and found a Launchpad bug report: Bug #1360100: NetBeans IDE cannot create a project, so I gave up and installed IntelliJ IDEA Community Edition from the Ubuntu Software Center instead. IntelliJ IDEA Community Edition is a free (it doesn't cost any money) and open source version of IntelliJ IDEA, a premier IDE for Java, Groovy, Scala and Android applications development.
Eclipse has most of the functionality of NetBeans in one form or another. Or you can download the Oracle Java 8 SE bundle of NetBeans IDE from the Oracle website, which contains both Java 8 and NetBeans 8. The instructions for installing the Java 8 SE and NetBeans Cobundle are at this link.
NetBeans has been dropped from the Ubuntu Software Center in Ubuntu 15.04, so you need to download NetBeans in order to install it in Ubuntu 15.04. In Ubuntu 15.10 and later NetBeans 8.0 can be installed directly from the default Ubuntu repositories. In Ubuntu 18.04 and later NetBeans 10.0 can be installed directly from the default Ubuntu repositories.
add a comment |
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
});
}
});
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%2faskubuntu.com%2fquestions%2f615338%2fjava-web-option-is-not-available-in-netbeans-7-0-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I also tried to install NetBeans IDE 7.0.1 in Ubuntu 14.04 with OpenJDK Development Kit 7 and had the same problem as you have. I searched for a solution and found a Launchpad bug report: Bug #1360100: NetBeans IDE cannot create a project, so I gave up and installed IntelliJ IDEA Community Edition from the Ubuntu Software Center instead. IntelliJ IDEA Community Edition is a free (it doesn't cost any money) and open source version of IntelliJ IDEA, a premier IDE for Java, Groovy, Scala and Android applications development.
Eclipse has most of the functionality of NetBeans in one form or another. Or you can download the Oracle Java 8 SE bundle of NetBeans IDE from the Oracle website, which contains both Java 8 and NetBeans 8. The instructions for installing the Java 8 SE and NetBeans Cobundle are at this link.
NetBeans has been dropped from the Ubuntu Software Center in Ubuntu 15.04, so you need to download NetBeans in order to install it in Ubuntu 15.04. In Ubuntu 15.10 and later NetBeans 8.0 can be installed directly from the default Ubuntu repositories. In Ubuntu 18.04 and later NetBeans 10.0 can be installed directly from the default Ubuntu repositories.
add a comment |
I also tried to install NetBeans IDE 7.0.1 in Ubuntu 14.04 with OpenJDK Development Kit 7 and had the same problem as you have. I searched for a solution and found a Launchpad bug report: Bug #1360100: NetBeans IDE cannot create a project, so I gave up and installed IntelliJ IDEA Community Edition from the Ubuntu Software Center instead. IntelliJ IDEA Community Edition is a free (it doesn't cost any money) and open source version of IntelliJ IDEA, a premier IDE for Java, Groovy, Scala and Android applications development.
Eclipse has most of the functionality of NetBeans in one form or another. Or you can download the Oracle Java 8 SE bundle of NetBeans IDE from the Oracle website, which contains both Java 8 and NetBeans 8. The instructions for installing the Java 8 SE and NetBeans Cobundle are at this link.
NetBeans has been dropped from the Ubuntu Software Center in Ubuntu 15.04, so you need to download NetBeans in order to install it in Ubuntu 15.04. In Ubuntu 15.10 and later NetBeans 8.0 can be installed directly from the default Ubuntu repositories. In Ubuntu 18.04 and later NetBeans 10.0 can be installed directly from the default Ubuntu repositories.
add a comment |
I also tried to install NetBeans IDE 7.0.1 in Ubuntu 14.04 with OpenJDK Development Kit 7 and had the same problem as you have. I searched for a solution and found a Launchpad bug report: Bug #1360100: NetBeans IDE cannot create a project, so I gave up and installed IntelliJ IDEA Community Edition from the Ubuntu Software Center instead. IntelliJ IDEA Community Edition is a free (it doesn't cost any money) and open source version of IntelliJ IDEA, a premier IDE for Java, Groovy, Scala and Android applications development.
Eclipse has most of the functionality of NetBeans in one form or another. Or you can download the Oracle Java 8 SE bundle of NetBeans IDE from the Oracle website, which contains both Java 8 and NetBeans 8. The instructions for installing the Java 8 SE and NetBeans Cobundle are at this link.
NetBeans has been dropped from the Ubuntu Software Center in Ubuntu 15.04, so you need to download NetBeans in order to install it in Ubuntu 15.04. In Ubuntu 15.10 and later NetBeans 8.0 can be installed directly from the default Ubuntu repositories. In Ubuntu 18.04 and later NetBeans 10.0 can be installed directly from the default Ubuntu repositories.
I also tried to install NetBeans IDE 7.0.1 in Ubuntu 14.04 with OpenJDK Development Kit 7 and had the same problem as you have. I searched for a solution and found a Launchpad bug report: Bug #1360100: NetBeans IDE cannot create a project, so I gave up and installed IntelliJ IDEA Community Edition from the Ubuntu Software Center instead. IntelliJ IDEA Community Edition is a free (it doesn't cost any money) and open source version of IntelliJ IDEA, a premier IDE for Java, Groovy, Scala and Android applications development.
Eclipse has most of the functionality of NetBeans in one form or another. Or you can download the Oracle Java 8 SE bundle of NetBeans IDE from the Oracle website, which contains both Java 8 and NetBeans 8. The instructions for installing the Java 8 SE and NetBeans Cobundle are at this link.
NetBeans has been dropped from the Ubuntu Software Center in Ubuntu 15.04, so you need to download NetBeans in order to install it in Ubuntu 15.04. In Ubuntu 15.10 and later NetBeans 8.0 can be installed directly from the default Ubuntu repositories. In Ubuntu 18.04 and later NetBeans 10.0 can be installed directly from the default Ubuntu repositories.
edited 16 mins ago
answered Apr 28 '15 at 13:02
karelkarel
61.1k13132155
61.1k13132155
add a comment |
add a comment |
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.
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%2faskubuntu.com%2fquestions%2f615338%2fjava-web-option-is-not-available-in-netbeans-7-0-1%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
ubuntu make should help with this sort of thing. umake it's called.
– Thufir
Jan 15 '17 at 18:44