简体   繁体   中英

How to install Netbeans IDE in linuxmint?

I am new to Linux.I dont know how to install Netbeans IDE in LInuxmint. Please write your answers in steps.

Go to NetBeans website and download install script. Web app will determine what you are running, you need to pick which bundle you want. When you finish download do

$ chmod a+x jdk-8uXY-nb-8_0_2-linux-x64.sh

and execute it. It will install everything for you. XY is current version of JDK.

Follow these steps in terminal,first install jdk and then install these things

 1)chmod +x ~/Downloads/jdk-8-nb-8-linux-*.sh
 2)cd ~/Downloads && ./netbeans-8.0.2-linux.sh

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM