PDA

View Full Version : Problems with netbeans 6.5 in Fedora 10


cola
15th December 2008, 06:51 PM
Hi.
I installed netbeans downloading jdk-6u11-nb-6_5-linux-ml.sh and using "sh jdk-6u11-nb-6_5-linux-ml.sh"
It is working for only Java.
How can i use this IDE for C,C++ and for PHP?
Would someone please tell?

sankaran
26th December 2008, 07:21 PM
I have installed c/c++ in netbeans 6.1 using plugin manager, but you can try what is mentioned in netbeans page

This is what mentioned in netbeans page.

If you want to add functionality to your NetBeans IDE configuration, use the NetBeans Plugin Manager. For example, assume that you start out by downloading and installing the Ruby pack. You then decide that you want to try out the C/C++ functionality. To do this, go to the NetBeans Plugin Manager from the IDE (choose Tools > Plugins) and add the C/C++ pack to your existing installation.

Tools --> Plugins --> check c/c++

and you can create/run c/c++ projs/files

for further details

see under "Customizing your installation" from the link: http://www.netbeans.org/community/releases/65/install.html


Regds,
Sankaran

cola
27th December 2008, 10:48 AM

I have installed c/c++ in netbeans 6.1 using plugin manager, but you can try what is mentioned in netbeans page

This is what mentioned in netbeans page.

If you want to add functionality to your NetBeans IDE configuration, use the NetBeans Plugin Manager. For example, assume that you start out by downloading and installing the Ruby pack. You then decide that you want to try out the C/C++ functionality. To do this, go to the NetBeans Plugin Manager from the IDE (choose Tools > Plugins) and add the C/C++ pack to your existing installation.

Tools --> Plugins --> check c/c++

and you can create/run c/c++ projs/files

for further details

see under "Customizing your installation" from the link: http://www.netbeans.org/community/releases/65/install.html


Regds,
Sankaran

Thanks a lot.
For avoiding this problem I installed jdk first then installed netbeans 6.5.
Now no problem.