Questions tagged [netbeans]
NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.
345
questions
117
votes
9
answers
322k
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?
70
votes
17
answers
84k
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 ...
50
votes
4
answers
16k
views
Netbeans all menu fonts are bold after upgrade to 12.04
After updating ubuntu to 12.04 all fonts got bold. I haven't installed themes or configured fonts.
from netbeans about:
Product Version: NetBeans IDE 7.1 (Build 201112071828)
Java: 1.7.0_03; Java ...
45
votes
12
answers
52k
views
Can not paste into Gnome Terminal from Netbeans
When I copy something from another window then my terminal and want to paste it into my terminal (on the command line) the paste option in Edit is grayed out. Ctrl+V does not work in GNOME Terminal 2....
42
votes
4
answers
202k
views
"Mounting cifs URL not implemented yet" when I try to mount a samba share
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 ...
32
votes
12
answers
202k
views
How do I install Netbeans?
I used NetBeans for Java development on Windows and remember finding 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 repos?...
32
votes
4
answers
101k
views
netbeans not all requested modules can be enabled
I know this question has already been posted, but the solutions provided don't work for me.
I added the webupd8team/java repository and installed oracle-java8-installer and oracle-java8-set-default.
I ...
20
votes
7
answers
39k
views
Netbeans does not start on fresh Ubuntu 18.04 installation
After fresh Ubuntu 18.04 installation and afterwards a netbeans installation, netbeans does not start. netbeans was installed with
sudo apt install netbeans
some other java programms (at least ...
18
votes
1
answer
40k
views
How to use a theme in netbeans 7.1?
I have downloaded an external theme for netbeans. How to apply it?
I am using Ubuntu 10.04(LTS)
16
votes
2
answers
13k
views
Font rendering in gedit is smooth, but not smooth in NetBeans
See the attached image. The window in the background is gedit with the fonts rendered smooth. The window on top is NetBeans with not-so-smooth font rendering (not anti-aliased, I think). Both editors ...
16
votes
3
answers
51k
views
Netbeans install error: The specified jdk folder does not contain jdk
During installation of Netbeans 7.3 I got this message
the specified jdk folder does not contain jdk
I have openjdk 7 installed on my system using apt-get. I tried to specify the path to /usr/lib/...
11
votes
3
answers
31k
views
How do I install Netbeans 9.0+?
A lot has been changed since the release of Netbeans 9.0. Now Netbeans is taken by Apache Foundation. Also, APT still has v8.1 in Bionic Beaver (18.04). So, how do I install latest version (>9.0)?
11
votes
7
answers
14k
views
Netbeans 7.0.1 doesn't start new line when pressed enter
04, and when I open my php project and Scan completes a bar appears with "Please wait..." written on it. As I understood from reading forums etc that's the problem with the enter key.
10
votes
4
answers
32k
views
C/C++ option not available in NetBeans
I upgraded Ubuntu 14.02 to Ubuntu 16.04 and realized that NetBeans was no longer working after the upgrade. So I installed netbeans again from the command line:
sudo apt install netbeans
But after ...
10
votes
2
answers
13k
views
Netbeans 8.0.2 freezing at startup on Ubuntu 15.10 64bit
I just installed Ubuntu 15.10 64bit on my Thinkpad and everything works fine, but I installed netbeans 8.0.2 and when I try to launch it, it freezes at startup during the Loading modules phase.
I ...
10
votes
1
answer
64k
views
How to set new JDK home in NetBeans IDE after Java update (NetBeans IDE refuses to start)
This is a question which will help you through what to once you have realised that after updating your Java version, NetBeans IDE refuses to launch. And even after updating your $PATH variable in your ...
10
votes
8
answers
37k
views
I can't start a new project on Netbeans
The issue:
When I open the "add new project" dialog (screenshot below), I can't create a new project. The loading message (hourglass icon) stays on forever. Except for "cancel", the other buttons are ...
10
votes
1
answer
9k
views
Can't using Netbeans 10.0 after installing from repository on Ubuntu 18.04
After installing JDK 11, I installed Netbeans from the repository. After all the processes, I finally installed successfully but when I created a simple program or opened the sample programs in this ...
10
votes
4
answers
16k
views
How to fix Netbeans 7.4 (and Netbeans 8.0) Ugly Text and Popups in Ubuntu 13.10?
I've tried various workarounds, but I haven't yet found a way to make the fonts in Netbeans look right. I've tried changing the config files of Netbeans, and trying the instructions here that don't ...
9
votes
8
answers
11k
views
NetBeans is sluggish/unresponsive
On my 64bit Ubuntu 12.04 on an Intel Core i3 processor which has 16Gb RAM and a M4 SSD, NetBeans is very sluggish as well as the known problem where NetBeans does not use Ubuntu 12.04's global menu. ...
9
votes
4
answers
96k
views
How do I run NetBeans from the terminal?
I have installed a JDK + NetBeans bundle from the downloaded .sh file.
Now I have the NetBeans shortcut on my desktop but I can't run NetBeans from the terminal.
When I run:
sudo dpkg --get-...
9
votes
2
answers
3k
views
How to add a user environment aware application launcher to unity panel?
Here is my problem: When I search from Unity's Dash Home for NetBeans and drag&drop it to unity launcher it, I observed that netbeans does not have access to my environment variables which were ...
9
votes
1
answer
26k
views
NetBeans not working after update
I have been usigng NetBeans 2 years now and have encountered an issue. After a normal apt-get upgrade NetBeans stopped working altogether. After this I reinstall the JRE and JDK to no avail. However, ...
8
votes
1
answer
14k
views
Killing Netbeans
Sometimes I have hanged NetBeans on my Ubuntu system. How to kill it?
aux |grep [n]etbeans
gives too much id's in order to find correct one.
killall java
kills other java applications, but not ...
8
votes
2
answers
604
views
How can I submit a NetBeans project to Ubuntu App Developer?
I have made a Java application for Ubuntu in NetBeans and would like to submit it to the Ubuntu Software Center. But the problem is, when I get the upload form, they ask to choose a file. So what do I ...
8
votes
3
answers
17k
views
Where to install Netbeans
I'm planning on installing Netbeans 7.2.1 on my Ubuntu 12.10. So far I've already installed JDK 7u11 without any problems and already downloaded Netbeans from Oracle site.
My question is this: Where ...
8
votes
3
answers
21k
views
is there a ppa for up to date netbeans installation on ubuntu 14.04?
I search for my question too much, but i didn't found any good answer.
I want to know is there any separate repository for installing and updating netbeans on ubutnu 14.04?
In the ubuntu 14.04 ...
8
votes
2
answers
6k
views
what is the purpose and role of rules file in debian packaging
I am trying to debian package my C++ application developed with aid of Netbeans 7.3. Here is bit of Makefile of it.
APPNAME=remotedevicecontroller
install:
install config.xml /etc/${APPNAME}.conf....
8
votes
4
answers
10k
views
How to open files which are located in VirtualBox's Guest Machine from Netbeans of Host Machine
I have Ubuntu 10.04 installed in my Host Machine and it has VirtualBox. I have Guest Machine wich runs Ubuntu 10.10.
I have NetBeans installed in Host Machine and need to open my project files which ...
7
votes
5
answers
23k
views
C, C++ and Java IDE for Ubuntu [duplicate]
Is there an IDE which can run on Ubuntu that supports C, C++ and Java? I installed NetBeans, but it only supported Java. I installed the C/C++ package manually, but that package gives an error if I ...
6
votes
1
answer
5k
views
Why Netbeans not detecting Python?
I am using Netbeans IDE 8.0 in my system 14.04 LTS.
I have installed Python plugin in Netbeans 8.0 by following this link.
And also I have download python-3.4.1.tgz from this link and installed it ...
5
votes
5
answers
6k
views
How to set netbeans 7.2 as my default PHP IDE on ubuntu 12.10
I'm using Ubuntu 12.10 64 bit ... I have installed XAMPP and Netbeans 7.2 IDE. The problem is I can't open any PHP file using Netbeans IDE and when I click "open with" I can't find Netbeans within the ...
5
votes
2
answers
7k
views
How I can make GUI of Netbeans look darker?
I have sensitive eyes. It is important for me - having everything dark in my monitor. How I can make Netbeans good for my eyes? I work under Linux, Lubuntu. Thank you very much for answers.
5
votes
1
answer
8k
views
How to add php plugin in Netbeans 8.1 in Ubuntu 16.04 LTS?
I have installed Netbeans 8.1 in Ubuntu 16.04 LTS from Ubuntu Software. I want to add php plugin in Netbeans but php plugin is not available in Netbeans' plugin section.
How do I add php plugin in ...
5
votes
5
answers
12k
views
How to set NetBeans as a default editor in FileZilla
When I open any php, html, or css files FileZilla opens them in GEdit. Instead I would like FileZilla to open them in NetBeans 7.3. I would like to set NetBeans as the default editor in FileZilla.
...
5
votes
1
answer
1k
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 ...
5
votes
1
answer
3k
views
NetBeans doesn't work in 18.04
I installed Ubuntu 18.04. Then I installed NetBeans with sudo apt-get install netbeans. Now NetBeans doesn't work. It gives cannot access java.lang errors, such as:
cannot access java.lang
Fatal ...
5
votes
2
answers
1k
views
Modal windows disappear in ubuntu when show desktop button or shotcut is used
If I'm using netbeans or intellij and I have a modal window opened like settings window and I used show desktop button or super+D in ubuntu, then the modal window will completely disappear and that ...
5
votes
0
answers
1k
views
Ubuntu 18.04 netbeans doesnt start [closed]
since Ubuntu Version 18.04 netbeans will not get past the poimt where it says "loading modules" during startup.
Can anyone help me?
5
votes
0
answers
377
views
Why can't I create groovy project in Eclipse and Netbeans?
System: Ubuntu 16.04
Eclipse: Neon.1a Release (4.6.1)
Netbeans: NetBeans IDE 8.2 (Build 201609300101)
$ java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-...
4
votes
2
answers
86k
views
How to install Netbeans 8.0.2 on ubuntu 14.x
I have netbeans downloaded from the netbeans.org site.
This is the file name → netbeans-8.0.2-linux.sh
I dont know how to install it on ubuntu 14.10
Is there any one can help me install netbeans on ...
4
votes
4
answers
23k
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: ./jdk-6u23-...
4
votes
4
answers
25k
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 ...
4
votes
1
answer
2k
views
Java version problem with Eclipse and NetBeans on 18.04
I'm new to Ubuntu, using 18.04 and trying to install Netbeans or Eclipse but neither of them works.
At first my java was version 10. Searching for solutions I found many suggestions to install ...
4
votes
2
answers
2k
views
Messed up Netbeans Fonts
This is a fresh install of Ubuntu 16.04, I just installed Netbeans and fonts are half visible. How to fix it?
4
votes
2
answers
1k
views
NetBeans 8.1 IDE Installer won't let me click on Next button (Ubuntu 15.10)
I have downloaded the installer for NetBeans 8.1 IDE. Already have the JVM, and have granted executable permission on the.sh. When I open the installer from the terminal, I get the window that says "...
4
votes
1
answer
3k
views
To open Netbeans error
I am using Ubuntu 14.04 and installed netbeans 8.0.2 but it crashed so I removed and reinstalled. But I can't open that one and I get:
An instance of the program can't access specified user ...
4
votes
1
answer
9k
views
Netbeans crashes and won't start
Netbeans, javac and Java were all working fine until I installed Java 9. Now:
thufir@doge:~$
thufir@doge:~$ sudo update-java-alternatives --list
java-1.8.0-openjdk-amd64 1081 /usr/lib/...
4
votes
0
answers
179
views
Netbeans 6.8 refuses to close [closed]
I am using netbeans in ubuntu 10.04. After Updation of Netbeans from version 6.8 to version 6.9, Netbeans refuses to close. When I exit Netbeans, it immediately restarts again.
It will constantly do ...
3
votes
4
answers
3k
views
Netbeans shows two icons on Launcher
I use netbeans in Ubuntu Natty. I have added it in the launcher and it works. But there is an issue. When I start netbeans it shows two Icons. One is for the launcher and the other for the active ...