Which Version of Netbeans is more appropriate with JDK 10.0.1
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've Ubuntu 18.04 installed and I've installed JDK-10.0.1 as well. Previously I installed Netbeans-8.2 and it didn't work. After some research I realize that Netbeans-8.2 is not compatible with JDK-10.0.1.
I want to use Netbeans for JAVA development.
Which version of Netbeans will be compatible with JDK-10.0.1? And where to get?
java jdk netbeans
add a comment |
I've Ubuntu 18.04 installed and I've installed JDK-10.0.1 as well. Previously I installed Netbeans-8.2 and it didn't work. After some research I realize that Netbeans-8.2 is not compatible with JDK-10.0.1.
I want to use Netbeans for JAVA development.
Which version of Netbeans will be compatible with JDK-10.0.1? And where to get?
java jdk netbeans
Just note that NetBeans is no longer owned by Oracle. It is now owned by the Apache Foundation. You can updated versions from now on from here: netbeans.apache.org
– Dan
Oct 9 '18 at 17:46
JDK 8 is also required for Apache NetBeans 9.0.
– karel
Oct 9 '18 at 17:49
They said: JDK 8 is required.. Isn't it?
– Mr. Nobody
Oct 9 '18 at 17:49
add a comment |
I've Ubuntu 18.04 installed and I've installed JDK-10.0.1 as well. Previously I installed Netbeans-8.2 and it didn't work. After some research I realize that Netbeans-8.2 is not compatible with JDK-10.0.1.
I want to use Netbeans for JAVA development.
Which version of Netbeans will be compatible with JDK-10.0.1? And where to get?
java jdk netbeans
I've Ubuntu 18.04 installed and I've installed JDK-10.0.1 as well. Previously I installed Netbeans-8.2 and it didn't work. After some research I realize that Netbeans-8.2 is not compatible with JDK-10.0.1.
I want to use Netbeans for JAVA development.
Which version of Netbeans will be compatible with JDK-10.0.1? And where to get?
java jdk netbeans
java jdk netbeans
asked Oct 9 '18 at 17:19
Mr. NobodyMr. Nobody
186
186
Just note that NetBeans is no longer owned by Oracle. It is now owned by the Apache Foundation. You can updated versions from now on from here: netbeans.apache.org
– Dan
Oct 9 '18 at 17:46
JDK 8 is also required for Apache NetBeans 9.0.
– karel
Oct 9 '18 at 17:49
They said: JDK 8 is required.. Isn't it?
– Mr. Nobody
Oct 9 '18 at 17:49
add a comment |
Just note that NetBeans is no longer owned by Oracle. It is now owned by the Apache Foundation. You can updated versions from now on from here: netbeans.apache.org
– Dan
Oct 9 '18 at 17:46
JDK 8 is also required for Apache NetBeans 9.0.
– karel
Oct 9 '18 at 17:49
They said: JDK 8 is required.. Isn't it?
– Mr. Nobody
Oct 9 '18 at 17:49
Just note that NetBeans is no longer owned by Oracle. It is now owned by the Apache Foundation. You can updated versions from now on from here: netbeans.apache.org
– Dan
Oct 9 '18 at 17:46
Just note that NetBeans is no longer owned by Oracle. It is now owned by the Apache Foundation. You can updated versions from now on from here: netbeans.apache.org
– Dan
Oct 9 '18 at 17:46
JDK 8 is also required for Apache NetBeans 9.0.
– karel
Oct 9 '18 at 17:49
JDK 8 is also required for Apache NetBeans 9.0.
– karel
Oct 9 '18 at 17:49
They said: JDK 8 is required.. Isn't it?
– Mr. Nobody
Oct 9 '18 at 17:49
They said: JDK 8 is required.. Isn't it?
– Mr. Nobody
Oct 9 '18 at 17:49
add a comment |
1 Answer
1
active
oldest
votes
JDK 8 is required for installing and running both NetBeans IDE 8.2 and Apache NetBeans 9.0. The current version of NetBeans in the default repositories of Ubuntu 18.04 and later is is NetBeans 10.0 which is compatible with openjdk-11-jdk.
The Eclipse snap package from the default Ubuntu repositories is perfect for Java programming because it is bundled with a Java development environment. To install it open the terminal and type:
sudo snap install eclipse --classic
This command will install the latest Photon Release 4.8 version of Eclipse IDE for Java Developers. Eclipse Photon JDT supports Java 10.
Select Java version from Installed JREs in Eclipse -> Window -> Preferences
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials.
so eclipse will work with JDK 10?
– Mr. Nobody
Oct 9 '18 at 17:36
I added a screenshot to show that openjdk-11-jdk (JDK version 10.0.2+13) from the default Ubuntu 18.04 repositories is installed. Eclipse Photon works with this version.
– karel
Oct 9 '18 at 17:39
Got it thanks! Actually I was using Netbeans on Windows for long time. How much it would be difficult to work with Eclipse
– Mr. Nobody
Oct 9 '18 at 17:42
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials. That will get you started working with Eclipse.
– karel
Oct 9 '18 at 17:45
So, now I think it's time to change IDE
– Mr. Nobody
Oct 9 '18 at 17:57
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%2f1082366%2fwhich-version-of-netbeans-is-more-appropriate-with-jdk-10-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
JDK 8 is required for installing and running both NetBeans IDE 8.2 and Apache NetBeans 9.0. The current version of NetBeans in the default repositories of Ubuntu 18.04 and later is is NetBeans 10.0 which is compatible with openjdk-11-jdk.
The Eclipse snap package from the default Ubuntu repositories is perfect for Java programming because it is bundled with a Java development environment. To install it open the terminal and type:
sudo snap install eclipse --classic
This command will install the latest Photon Release 4.8 version of Eclipse IDE for Java Developers. Eclipse Photon JDT supports Java 10.
Select Java version from Installed JREs in Eclipse -> Window -> Preferences
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials.
so eclipse will work with JDK 10?
– Mr. Nobody
Oct 9 '18 at 17:36
I added a screenshot to show that openjdk-11-jdk (JDK version 10.0.2+13) from the default Ubuntu 18.04 repositories is installed. Eclipse Photon works with this version.
– karel
Oct 9 '18 at 17:39
Got it thanks! Actually I was using Netbeans on Windows for long time. How much it would be difficult to work with Eclipse
– Mr. Nobody
Oct 9 '18 at 17:42
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials. That will get you started working with Eclipse.
– karel
Oct 9 '18 at 17:45
So, now I think it's time to change IDE
– Mr. Nobody
Oct 9 '18 at 17:57
add a comment |
JDK 8 is required for installing and running both NetBeans IDE 8.2 and Apache NetBeans 9.0. The current version of NetBeans in the default repositories of Ubuntu 18.04 and later is is NetBeans 10.0 which is compatible with openjdk-11-jdk.
The Eclipse snap package from the default Ubuntu repositories is perfect for Java programming because it is bundled with a Java development environment. To install it open the terminal and type:
sudo snap install eclipse --classic
This command will install the latest Photon Release 4.8 version of Eclipse IDE for Java Developers. Eclipse Photon JDT supports Java 10.
Select Java version from Installed JREs in Eclipse -> Window -> Preferences
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials.
so eclipse will work with JDK 10?
– Mr. Nobody
Oct 9 '18 at 17:36
I added a screenshot to show that openjdk-11-jdk (JDK version 10.0.2+13) from the default Ubuntu 18.04 repositories is installed. Eclipse Photon works with this version.
– karel
Oct 9 '18 at 17:39
Got it thanks! Actually I was using Netbeans on Windows for long time. How much it would be difficult to work with Eclipse
– Mr. Nobody
Oct 9 '18 at 17:42
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials. That will get you started working with Eclipse.
– karel
Oct 9 '18 at 17:45
So, now I think it's time to change IDE
– Mr. Nobody
Oct 9 '18 at 17:57
add a comment |
JDK 8 is required for installing and running both NetBeans IDE 8.2 and Apache NetBeans 9.0. The current version of NetBeans in the default repositories of Ubuntu 18.04 and later is is NetBeans 10.0 which is compatible with openjdk-11-jdk.
The Eclipse snap package from the default Ubuntu repositories is perfect for Java programming because it is bundled with a Java development environment. To install it open the terminal and type:
sudo snap install eclipse --classic
This command will install the latest Photon Release 4.8 version of Eclipse IDE for Java Developers. Eclipse Photon JDT supports Java 10.
Select Java version from Installed JREs in Eclipse -> Window -> Preferences
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials.
JDK 8 is required for installing and running both NetBeans IDE 8.2 and Apache NetBeans 9.0. The current version of NetBeans in the default repositories of Ubuntu 18.04 and later is is NetBeans 10.0 which is compatible with openjdk-11-jdk.
The Eclipse snap package from the default Ubuntu repositories is perfect for Java programming because it is bundled with a Java development environment. To install it open the terminal and type:
sudo snap install eclipse --classic
This command will install the latest Photon Release 4.8 version of Eclipse IDE for Java Developers. Eclipse Photon JDT supports Java 10.
Select Java version from Installed JREs in Eclipse -> Window -> Preferences
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials.
edited 9 mins ago
answered Oct 9 '18 at 17:31
karelkarel
61.1k13132155
61.1k13132155
so eclipse will work with JDK 10?
– Mr. Nobody
Oct 9 '18 at 17:36
I added a screenshot to show that openjdk-11-jdk (JDK version 10.0.2+13) from the default Ubuntu 18.04 repositories is installed. Eclipse Photon works with this version.
– karel
Oct 9 '18 at 17:39
Got it thanks! Actually I was using Netbeans on Windows for long time. How much it would be difficult to work with Eclipse
– Mr. Nobody
Oct 9 '18 at 17:42
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials. That will get you started working with Eclipse.
– karel
Oct 9 '18 at 17:45
So, now I think it's time to change IDE
– Mr. Nobody
Oct 9 '18 at 17:57
add a comment |
so eclipse will work with JDK 10?
– Mr. Nobody
Oct 9 '18 at 17:36
I added a screenshot to show that openjdk-11-jdk (JDK version 10.0.2+13) from the default Ubuntu 18.04 repositories is installed. Eclipse Photon works with this version.
– karel
Oct 9 '18 at 17:39
Got it thanks! Actually I was using Netbeans on Windows for long time. How much it would be difficult to work with Eclipse
– Mr. Nobody
Oct 9 '18 at 17:42
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials. That will get you started working with Eclipse.
– karel
Oct 9 '18 at 17:45
So, now I think it's time to change IDE
– Mr. Nobody
Oct 9 '18 at 17:57
so eclipse will work with JDK 10?
– Mr. Nobody
Oct 9 '18 at 17:36
so eclipse will work with JDK 10?
– Mr. Nobody
Oct 9 '18 at 17:36
I added a screenshot to show that openjdk-11-jdk (JDK version 10.0.2+13) from the default Ubuntu 18.04 repositories is installed. Eclipse Photon works with this version.
– karel
Oct 9 '18 at 17:39
I added a screenshot to show that openjdk-11-jdk (JDK version 10.0.2+13) from the default Ubuntu 18.04 repositories is installed. Eclipse Photon works with this version.
– karel
Oct 9 '18 at 17:39
Got it thanks! Actually I was using Netbeans on Windows for long time. How much it would be difficult to work with Eclipse
– Mr. Nobody
Oct 9 '18 at 17:42
Got it thanks! Actually I was using Netbeans on Windows for long time. How much it would be difficult to work with Eclipse
– Mr. Nobody
Oct 9 '18 at 17:42
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials. That will get you started working with Eclipse.
– karel
Oct 9 '18 at 17:45
To go through the built-in tutorials in Eclipse Photon select Help -> Welcome -> Tutorials. That will get you started working with Eclipse.
– karel
Oct 9 '18 at 17:45
So, now I think it's time to change IDE
– Mr. Nobody
Oct 9 '18 at 17:57
So, now I think it's time to change IDE
– Mr. Nobody
Oct 9 '18 at 17:57
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%2f1082366%2fwhich-version-of-netbeans-is-more-appropriate-with-jdk-10-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
Just note that NetBeans is no longer owned by Oracle. It is now owned by the Apache Foundation. You can updated versions from now on from here: netbeans.apache.org
– Dan
Oct 9 '18 at 17:46
JDK 8 is also required for Apache NetBeans 9.0.
– karel
Oct 9 '18 at 17:49
They said: JDK 8 is required.. Isn't it?
– Mr. Nobody
Oct 9 '18 at 17:49