how to install Netbeans 9+ from ubuntu-make or umake?How do I install Netbeans 9.0+?NetBeans doesn't workhow...
extract characters between two commas?
What happens when a metallic dragon and a chromatic dragon mate?
Copycat chess is back
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Calculate Levenshtein distance between two strings in Python
Why do UK politicians seemingly ignore opinion polls on Brexit?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
How to move the player while also allowing forces to affect it
Lied on resume at previous job
Could a US political party gain complete control over the government by removing checks & balances?
What is the offset in a seaplane's hull?
Add an angle to a sphere
Piano - What is the notation for a double stop where both notes in the double stop are different lengths?
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
Is there a way to make member function NOT callable from constructor?
Can a planet have a different gravitational pull depending on its location in orbit around its sun?
aging parents with no investments
Does it makes sense to buy a new cycle to learn riding?
What is GPS' 19 year rollover and does it present a cybersecurity issue?
Can I legally use front facing blue light in the UK?
Why do we use polarized capacitors?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
how to install Netbeans 9+ from ubuntu-make or umake?
How do I install Netbeans 9.0+?NetBeans doesn't workhow to install netbeans from umake?Netbeans installed via APT opens but then closes, “java.lang.NoClassDefFoundError”How do I install Netbeans?How to remove the binary format already installed by openjdk-7Android Studio how to get “OpenJDK shows intermittent performance and UI issues.” warning message *back*!How can I install the latest Netbeans?How do I install JDK 8 with NetBeans(Cobundle) on 16.04 Ubuntu?Unable to install Oracle Java JDKMatlab no longer runs in Ubuntu (due to installing openjdk?)how to install netbeans from umake?How do I install Netbeans 9.0+?how fix mistake made with update-alternatives?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
context: rather than downloading IDE's and SDK's manually, where possible, I prefer to use automation such as: rVM, SDKman, snap, and umake or ubuntu make. The scope of this question is limited to tools like this, such as apt and not to manual downloads.
How do I install Netbeans
9+ using umake
?
I installed umake
with apt
because snap
has problems with umake
.
Java 11 was installed with SDKman
, although I also installed 8.0.192-zulu
and 9.0.7-zulu
as well.
Ubuntu make only installs Netbeans
8.2.
How do I get umake
to download Netbeans 9?
Ubuntu Make
Ubuntu Make is a command line tool which allows you to download the
latest version of popular developer tools on your installation,
installing it alongside all of the required dependencies (which will
only ask for root access if you don't have all the required
dependencies installed already), enable multi-arch on your system if
you are on a 64 bit machine, integrate it with the Unity launcher.
Basically, one command to get your system ready to develop with!
Since I'm at version 8.2 for Netbeans
, presumably there's a better way to utilize umake
.
thufir@dur:~$
thufir@dur:~$ netbeans
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/thufir/.local/share/umake/ide/netbeans/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
^C
thufir@dur:~$
thufir@dur:~$ java -version
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)
thufir@dur:~$
thufir@dur:~$ javac -version
javac 11.0.1
thufir@dur:~$
thufir@dur:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
thufir@dur:~$
Maybe I should downgrade Java:
https://askubuntu.com/a/1093681/45156
and then re-install NB
. I don't see how that would update netbeans, however.
footnote: actually, Netbeans
8.2 installs fine from the snap version of ubuntu-make
or umake
.
software-installation java snap ubuntu-mate netbeans
add a comment |
context: rather than downloading IDE's and SDK's manually, where possible, I prefer to use automation such as: rVM, SDKman, snap, and umake or ubuntu make. The scope of this question is limited to tools like this, such as apt and not to manual downloads.
How do I install Netbeans
9+ using umake
?
I installed umake
with apt
because snap
has problems with umake
.
Java 11 was installed with SDKman
, although I also installed 8.0.192-zulu
and 9.0.7-zulu
as well.
Ubuntu make only installs Netbeans
8.2.
How do I get umake
to download Netbeans 9?
Ubuntu Make
Ubuntu Make is a command line tool which allows you to download the
latest version of popular developer tools on your installation,
installing it alongside all of the required dependencies (which will
only ask for root access if you don't have all the required
dependencies installed already), enable multi-arch on your system if
you are on a 64 bit machine, integrate it with the Unity launcher.
Basically, one command to get your system ready to develop with!
Since I'm at version 8.2 for Netbeans
, presumably there's a better way to utilize umake
.
thufir@dur:~$
thufir@dur:~$ netbeans
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/thufir/.local/share/umake/ide/netbeans/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
^C
thufir@dur:~$
thufir@dur:~$ java -version
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)
thufir@dur:~$
thufir@dur:~$ javac -version
javac 11.0.1
thufir@dur:~$
thufir@dur:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
thufir@dur:~$
Maybe I should downgrade Java:
https://askubuntu.com/a/1093681/45156
and then re-install NB
. I don't see how that would update netbeans, however.
footnote: actually, Netbeans
8.2 installs fine from the snap version of ubuntu-make
or umake
.
software-installation java snap ubuntu-mate netbeans
1
Possible duplicate of NetBeans doesn't work
– karel
Dec 15 '18 at 18:24
Not really a duplicate because it's confined to using ubuntu make. I'll update at a later point. My two cents, at least.
– Thufir
Dec 16 '18 at 0:10
What is the XY problem? "The XY problem is asking about your attempted solution rather than your actual problem."
– karel
Dec 16 '18 at 4:53
@karel I believe this isn't a duplicate since it not only focuses on "Netbeans doesn't work' but the reason why umake can't install v9.0
– Kulfy
Dec 16 '18 at 8:16
add a comment |
context: rather than downloading IDE's and SDK's manually, where possible, I prefer to use automation such as: rVM, SDKman, snap, and umake or ubuntu make. The scope of this question is limited to tools like this, such as apt and not to manual downloads.
How do I install Netbeans
9+ using umake
?
I installed umake
with apt
because snap
has problems with umake
.
Java 11 was installed with SDKman
, although I also installed 8.0.192-zulu
and 9.0.7-zulu
as well.
Ubuntu make only installs Netbeans
8.2.
How do I get umake
to download Netbeans 9?
Ubuntu Make
Ubuntu Make is a command line tool which allows you to download the
latest version of popular developer tools on your installation,
installing it alongside all of the required dependencies (which will
only ask for root access if you don't have all the required
dependencies installed already), enable multi-arch on your system if
you are on a 64 bit machine, integrate it with the Unity launcher.
Basically, one command to get your system ready to develop with!
Since I'm at version 8.2 for Netbeans
, presumably there's a better way to utilize umake
.
thufir@dur:~$
thufir@dur:~$ netbeans
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/thufir/.local/share/umake/ide/netbeans/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
^C
thufir@dur:~$
thufir@dur:~$ java -version
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)
thufir@dur:~$
thufir@dur:~$ javac -version
javac 11.0.1
thufir@dur:~$
thufir@dur:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
thufir@dur:~$
Maybe I should downgrade Java:
https://askubuntu.com/a/1093681/45156
and then re-install NB
. I don't see how that would update netbeans, however.
footnote: actually, Netbeans
8.2 installs fine from the snap version of ubuntu-make
or umake
.
software-installation java snap ubuntu-mate netbeans
context: rather than downloading IDE's and SDK's manually, where possible, I prefer to use automation such as: rVM, SDKman, snap, and umake or ubuntu make. The scope of this question is limited to tools like this, such as apt and not to manual downloads.
How do I install Netbeans
9+ using umake
?
I installed umake
with apt
because snap
has problems with umake
.
Java 11 was installed with SDKman
, although I also installed 8.0.192-zulu
and 9.0.7-zulu
as well.
Ubuntu make only installs Netbeans
8.2.
How do I get umake
to download Netbeans 9?
Ubuntu Make
Ubuntu Make is a command line tool which allows you to download the
latest version of popular developer tools on your installation,
installing it alongside all of the required dependencies (which will
only ask for root access if you don't have all the required
dependencies installed already), enable multi-arch on your system if
you are on a 64 bit machine, integrate it with the Unity launcher.
Basically, one command to get your system ready to develop with!
Since I'm at version 8.2 for Netbeans
, presumably there's a better way to utilize umake
.
thufir@dur:~$
thufir@dur:~$ netbeans
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/thufir/.local/share/umake/ide/netbeans/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
^C
thufir@dur:~$
thufir@dur:~$ java -version
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)
thufir@dur:~$
thufir@dur:~$ javac -version
javac 11.0.1
thufir@dur:~$
thufir@dur:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
thufir@dur:~$
Maybe I should downgrade Java:
https://askubuntu.com/a/1093681/45156
and then re-install NB
. I don't see how that would update netbeans, however.
footnote: actually, Netbeans
8.2 installs fine from the snap version of ubuntu-make
or umake
.
software-installation java snap ubuntu-mate netbeans
software-installation java snap ubuntu-mate netbeans
edited 5 hours ago
Kulfy
5,08551844
5,08551844
asked Dec 15 '18 at 17:49
ThufirThufir
1,6801044103
1,6801044103
1
Possible duplicate of NetBeans doesn't work
– karel
Dec 15 '18 at 18:24
Not really a duplicate because it's confined to using ubuntu make. I'll update at a later point. My two cents, at least.
– Thufir
Dec 16 '18 at 0:10
What is the XY problem? "The XY problem is asking about your attempted solution rather than your actual problem."
– karel
Dec 16 '18 at 4:53
@karel I believe this isn't a duplicate since it not only focuses on "Netbeans doesn't work' but the reason why umake can't install v9.0
– Kulfy
Dec 16 '18 at 8:16
add a comment |
1
Possible duplicate of NetBeans doesn't work
– karel
Dec 15 '18 at 18:24
Not really a duplicate because it's confined to using ubuntu make. I'll update at a later point. My two cents, at least.
– Thufir
Dec 16 '18 at 0:10
What is the XY problem? "The XY problem is asking about your attempted solution rather than your actual problem."
– karel
Dec 16 '18 at 4:53
@karel I believe this isn't a duplicate since it not only focuses on "Netbeans doesn't work' but the reason why umake can't install v9.0
– Kulfy
Dec 16 '18 at 8:16
1
1
Possible duplicate of NetBeans doesn't work
– karel
Dec 15 '18 at 18:24
Possible duplicate of NetBeans doesn't work
– karel
Dec 15 '18 at 18:24
Not really a duplicate because it's confined to using ubuntu make. I'll update at a later point. My two cents, at least.
– Thufir
Dec 16 '18 at 0:10
Not really a duplicate because it's confined to using ubuntu make. I'll update at a later point. My two cents, at least.
– Thufir
Dec 16 '18 at 0:10
What is the XY problem? "The XY problem is asking about your attempted solution rather than your actual problem."
– karel
Dec 16 '18 at 4:53
What is the XY problem? "The XY problem is asking about your attempted solution rather than your actual problem."
– karel
Dec 16 '18 at 4:53
@karel I believe this isn't a duplicate since it not only focuses on "Netbeans doesn't work' but the reason why umake can't install v9.0
– Kulfy
Dec 16 '18 at 8:16
@karel I believe this isn't a duplicate since it not only focuses on "Netbeans doesn't work' but the reason why umake can't install v9.0
– Kulfy
Dec 16 '18 at 8:16
add a comment |
1 Answer
1
active
oldest
votes
Update (8 April 2019):
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
Historical answer:
According to Ubuntu-make's official repository on GitHub last time Netbeans data such as link was updated/committed on 30 March 2017 while Netbeans 9.0 was released on 29 July 2018. So, I believe as of now it is impossible to install Netbeans 9.0 via ubuntu-make until it updates the details. You'll find that all folders here which contain details about Netbeans have details of version 8.2.
Also, according to Netbeans 8.2 official release notes:
The tested JDK for this release is JDK 8u101 for Windows, Linux, and OS X. The 8.2 version of the IDE cannot be installed or run on the JDK older than JDK 8.
So, I think its better to downgrade the Java and use Netbeans 8.2 or install Netbeans 9.0 using other methods.
it installed and runs, but is 8.x, not 9. Odd that ubuntu make doesn't update netbeans. grrr. thanks for the deep dive into GitHub. I had no idea how to get more info on that. Thanks, also, for confirming incompatibility between JDK and NB versions.
– Thufir
Dec 16 '18 at 0:05
1
@Thufir You can make a request to update Netbeans on GitHub.
– Kulfy
Dec 16 '18 at 7:32
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%2f1102135%2fhow-to-install-netbeans-9-from-ubuntu-make-or-umake%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
Update (8 April 2019):
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
Historical answer:
According to Ubuntu-make's official repository on GitHub last time Netbeans data such as link was updated/committed on 30 March 2017 while Netbeans 9.0 was released on 29 July 2018. So, I believe as of now it is impossible to install Netbeans 9.0 via ubuntu-make until it updates the details. You'll find that all folders here which contain details about Netbeans have details of version 8.2.
Also, according to Netbeans 8.2 official release notes:
The tested JDK for this release is JDK 8u101 for Windows, Linux, and OS X. The 8.2 version of the IDE cannot be installed or run on the JDK older than JDK 8.
So, I think its better to downgrade the Java and use Netbeans 8.2 or install Netbeans 9.0 using other methods.
it installed and runs, but is 8.x, not 9. Odd that ubuntu make doesn't update netbeans. grrr. thanks for the deep dive into GitHub. I had no idea how to get more info on that. Thanks, also, for confirming incompatibility between JDK and NB versions.
– Thufir
Dec 16 '18 at 0:05
1
@Thufir You can make a request to update Netbeans on GitHub.
– Kulfy
Dec 16 '18 at 7:32
add a comment |
Update (8 April 2019):
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
Historical answer:
According to Ubuntu-make's official repository on GitHub last time Netbeans data such as link was updated/committed on 30 March 2017 while Netbeans 9.0 was released on 29 July 2018. So, I believe as of now it is impossible to install Netbeans 9.0 via ubuntu-make until it updates the details. You'll find that all folders here which contain details about Netbeans have details of version 8.2.
Also, according to Netbeans 8.2 official release notes:
The tested JDK for this release is JDK 8u101 for Windows, Linux, and OS X. The 8.2 version of the IDE cannot be installed or run on the JDK older than JDK 8.
So, I think its better to downgrade the Java and use Netbeans 8.2 or install Netbeans 9.0 using other methods.
it installed and runs, but is 8.x, not 9. Odd that ubuntu make doesn't update netbeans. grrr. thanks for the deep dive into GitHub. I had no idea how to get more info on that. Thanks, also, for confirming incompatibility between JDK and NB versions.
– Thufir
Dec 16 '18 at 0:05
1
@Thufir You can make a request to update Netbeans on GitHub.
– Kulfy
Dec 16 '18 at 7:32
add a comment |
Update (8 April 2019):
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
Historical answer:
According to Ubuntu-make's official repository on GitHub last time Netbeans data such as link was updated/committed on 30 March 2017 while Netbeans 9.0 was released on 29 July 2018. So, I believe as of now it is impossible to install Netbeans 9.0 via ubuntu-make until it updates the details. You'll find that all folders here which contain details about Netbeans have details of version 8.2.
Also, according to Netbeans 8.2 official release notes:
The tested JDK for this release is JDK 8u101 for Windows, Linux, and OS X. The 8.2 version of the IDE cannot be installed or run on the JDK older than JDK 8.
So, I think its better to downgrade the Java and use Netbeans 8.2 or install Netbeans 9.0 using other methods.
Update (8 April 2019):
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
Historical answer:
According to Ubuntu-make's official repository on GitHub last time Netbeans data such as link was updated/committed on 30 March 2017 while Netbeans 9.0 was released on 29 July 2018. So, I believe as of now it is impossible to install Netbeans 9.0 via ubuntu-make until it updates the details. You'll find that all folders here which contain details about Netbeans have details of version 8.2.
Also, according to Netbeans 8.2 official release notes:
The tested JDK for this release is JDK 8u101 for Windows, Linux, and OS X. The 8.2 version of the IDE cannot be installed or run on the JDK older than JDK 8.
So, I think its better to downgrade the Java and use Netbeans 8.2 or install Netbeans 9.0 using other methods.
edited 5 hours ago
answered Dec 15 '18 at 18:32
KulfyKulfy
5,08551844
5,08551844
it installed and runs, but is 8.x, not 9. Odd that ubuntu make doesn't update netbeans. grrr. thanks for the deep dive into GitHub. I had no idea how to get more info on that. Thanks, also, for confirming incompatibility between JDK and NB versions.
– Thufir
Dec 16 '18 at 0:05
1
@Thufir You can make a request to update Netbeans on GitHub.
– Kulfy
Dec 16 '18 at 7:32
add a comment |
it installed and runs, but is 8.x, not 9. Odd that ubuntu make doesn't update netbeans. grrr. thanks for the deep dive into GitHub. I had no idea how to get more info on that. Thanks, also, for confirming incompatibility between JDK and NB versions.
– Thufir
Dec 16 '18 at 0:05
1
@Thufir You can make a request to update Netbeans on GitHub.
– Kulfy
Dec 16 '18 at 7:32
it installed and runs, but is 8.x, not 9. Odd that ubuntu make doesn't update netbeans. grrr. thanks for the deep dive into GitHub. I had no idea how to get more info on that. Thanks, also, for confirming incompatibility between JDK and NB versions.
– Thufir
Dec 16 '18 at 0:05
it installed and runs, but is 8.x, not 9. Odd that ubuntu make doesn't update netbeans. grrr. thanks for the deep dive into GitHub. I had no idea how to get more info on that. Thanks, also, for confirming incompatibility between JDK and NB versions.
– Thufir
Dec 16 '18 at 0:05
1
1
@Thufir You can make a request to update Netbeans on GitHub.
– Kulfy
Dec 16 '18 at 7:32
@Thufir You can make a request to update Netbeans on GitHub.
– Kulfy
Dec 16 '18 at 7:32
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%2f1102135%2fhow-to-install-netbeans-9-from-ubuntu-make-or-umake%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
1
Possible duplicate of NetBeans doesn't work
– karel
Dec 15 '18 at 18:24
Not really a duplicate because it's confined to using ubuntu make. I'll update at a later point. My two cents, at least.
– Thufir
Dec 16 '18 at 0:10
What is the XY problem? "The XY problem is asking about your attempted solution rather than your actual problem."
– karel
Dec 16 '18 at 4:53
@karel I believe this isn't a duplicate since it not only focuses on "Netbeans doesn't work' but the reason why umake can't install v9.0
– Kulfy
Dec 16 '18 at 8:16