Netbeans not only design for java language, but also can be use for other programming language such as C++, PHP, Groovy, and many more. The support for other language on netbeans, is provided through plugin, so it's fully customizable, you can add and remove plugin on netbeans.
Unlike phpstorm and sublime text, netbeans is an open source software, so you can use it without pay for a license, totally free to download and to use. You can download the latest netbeans from netbeans official site.
Alright, let's get to the business, you came here because you want to know how to install netbeans on lubuntu right? so here's the short tutorial on how to install netbeans 8.1 on lubuntu 15.10, you may use different version of netbeans or lubuntu, it doesn't matter.
Step by step how to install netbeans 8.1 on lubuntu 15.10
- Step 1, install open JDK on your lubuntu, i recommend installing the latest open JDK
- Step 2, download netbeans 8.1 offline installer from netbeans.org
- Step 3, open terminal/console/command line, navigate to the netbeans 8.1 installer that you have just download and then type this command:
chmod +x netbeans-8.1-linux.sh
./netbeans-8.1-linux.sh
kernelpanic@kernelpanic-laptop:~$ ./netbeans-8.1-linux.sh
Configuring the installer...
Searching for JVM on the system...
Extracting installation data...
Running the installer wizard...
~ happy coding ~
No comments:
Post a Comment