|
| ||||||||||
| Tags: ide, java, linux, netbeans, open source, synaptic |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to install Netbeans IDE on Linux
Code: chmod + x netbeans-5_5_1-linux-es.bin
Code: ./netbeans-5_5_1-linux-es.bin |
|
#2
| |||
| |||
| Re: How to install Netbeans IDE on Linux
You always have to make sure that during the installation have to choose which features we want to include our IDE, if you want for any particular technology, or all: Web & Java EE, mobile development, Java SE, Ruby, C / C + +, PHP. I must say that if we choose "All" (all), we can customize what to install during installation specifically. However, the IDE is built on a central framework APIs, and features are implemented as plugin modules. With this we can add or remove plugins later. Apparently PHP support comes included in the full version from the version 6.5. But surely we can install the plugin on our own for testing. I do not know how is already developed. |
|
#3
| |||
| |||
| Re: How to install Netbeans IDE on Linux
If you use Debian, or any of its derived distributions such as * Ubuntu, Knoppix, Mepis, Mint and the like can install it through apt. In Debian is in contrib repositories: Code: apt-get update apt-get install netbeans-ide |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to install Netbeans IDE on Linux" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to install Netbeans 6 on N900 | MindFu@er | Portable Devices | 5 | 21-01-2011 11:14 PM |
| Could not locate Netbeans in Linux Mint 10 | Samraj | Operating Systems | 3 | 04-01-2011 02:35 AM |
| How to install NetBeans 6.8? | Cheng-Gong | Software Development | 11 | 11-08-2010 11:30 AM |
| From JCreator to NetBeans | Messenger | Software Development | 6 | 29-07-2010 10:28 AM |
| Basics of NetBeans IDE | - Empty Shell - | Software Development | 4 | 14-02-2010 03:56 AM |