Monday, May 13, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4253  / 2 Years ago, mon, june 13, 2022, 6:38:38

First and first, I had Netbeans installed on my laptop when it was on 12.04 but after I upgraded it to 13.04 and could not find it on my dash so thought it was removed on upgrade.



I tried to reinstall it using the .sh file from they're official website and then I found out that it was already installed so I uninstalled it from my laptop and tried to again to install it(so it would be a fresh install),but when the installer came out it told me that "All components are installed".



After that I tried cleaning my system with ubuntu tweak's janitor and tried again but yet the problem persisted, and after this I manual deleted any directories/files related to netbeans(searched the directories/files with nautilus) and yet the problem is still there.



When the installer start(without errors), it simply says:"All components are installed" and the "Next" button is deactivated.



I installed Netbeans 7.0.1 from software center but I would want to install the latest version.



Any clues/tips/help?


More From » installation

 Answers
5

  • Download Netbeans from https://netbeans.org/downloads/

  • Make sure you have Java version installed:
    Type this command in a Terminal:



    java -version
    You should get should get an output similar to this:





java version "1.7.0_21" Java(TM) SE Runtime Environment (build
1.7.0_21-b11) Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)





  • Next install Netbeans: chmod +x netbeans-7.3-javase-linux.sh;

  • Launch installer ./netbeans-7.3-javase-linux.sh

  • If you want to install it in /opt launch it with sudo:
    sudo ./netbeans-7.3-javase-linux.sh



See also the instructions: Installing the Software


[#31211] Wednesday, June 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oredoise

Total Points: 66
Total Questions: 116
Total Answers: 111

Location: Lebanon
Member since Sun, Aug 2, 2020
4 Years ago
;