NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.

learn more… | top users | synonyms

3
votes
2answers
2k views

Problem installing Netbeans 7.0.1

i downloaded Netbeans 7.0.1 from netbeans.com for Linux, but i couldn't open it, i tried many applications but it didn't work, why? it says it's not supported and some times it gives me errors, ...
2
votes
4answers
3k views

How do I install Netbeans?

I used NetBeans for Java development on Windows and remember fidning it in the Ubuntu Software Center on Natty, but now it's gone. Is there a PPA I can use or will it be re-added to the official ...
29
votes
8answers
14k views

Ugly fonts in Netbeans - How can i make it use the system font?

I'm having problems getting the Netbeans font to look nice, this has been a problem ever since I tried Ubuntu ~8. For some reason fonts look like they're not getting subpixel smoothing in Netbeans ...
27
votes
5answers
21k views

How to uninstall NetBeans?

Since I did not install NetBeans via the Software Center (I installed it as an .sh file) I can't see an easy way of uninstalling the program. How can I safely uninstall the program?
4
votes
1answer
256 views

Is there a way to specify a global look and feel for swing apps?

Every time I install Netbeans on Ubuntu, I have to edit the ./etc/netbeans.conf file to include an option specifying the look and feel; otherwise, the menus are all black on dark gray, which is ...
4
votes
4answers
7k views

How to install JDK and Netbeans?

I have downloaded a .bin file for JDK and am trying to install it. I have used these commands: chmod +x jdk-6u23-linux-i586.bin sudo ./jdk-6u23-linux-i586.bin and got this output: sudo: ...
11
votes
2answers
70k views

How to mount a samba shared folder (Ubuntu x Ubuntu)

I have a server for development (Ubuntu 12.04). On that machine, I have a shared folder named "projects". I tried sudo mount -t smbfs smb://192.168.2.28/projects/myProject /mnt/myProject on my ...
2
votes
3answers
8k views

Netbeans 7.0.1 installed but won't run

I installed Netbeans 7.0.1, and I've made sure to install all the JDKs and JREs I could find. It installed without errors. I also saw this question and made sure I followed all the instructions there ...
2
votes
3answers
1k views

Error while installing netbeans

I tried to install NetBeans 7.2 from a downloaded .sh file, but experienced problems. Here's text from the Terminal, which shows what I did and what happened: hridesh@ubuntu:~$ cd Desktop/ ...
1
vote
1answer
4k views

Ubuntu 12.04 and NetBeans 7.2?

I installed 12.04, then I installed all updates in Update Manager. After this, I installed all the necessary applications and installed NetBeans 7.2. But now I am trying to launch it from Dash home ...
0
votes
1answer
157 views

netbeans cannot open shared library during RUN command

I have issue with NetBeans: everything worked fine but I've just tried to run my CUDA programs on Linux Ubuntu 12.10 in NetBeans and I get error: dist/Debug/GNU-Linux-x86/my_cuda_1: error while ...
0
votes
1answer
801 views

How to make apache tomcat comes with netbeans installation work?

I have installed the "apache tomcat" server came with NetBeans along with Glassfish server. Now How can i deploy php application on it ? How should I configure it ? The default directory of apache ...