The NetBeans IDE is an integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of an open-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as JavaFX, PHP, JavaScript and Ajax, Ruby and Ruby on Rails, Groovy and Grails, and C/C++.
Questions tagged [netbeans]
251 questions
80
votes
7 answers
What is the conventional install location for applications in Linux?
I'm currently installing NetBeans, and the default install directory is /home/thomasowens/netbeans-6.8. I'm not a fan of that location, so I'm looking at /etc, /bin, /usr/bin, and /sbin. Does Linux have a place that, by convention, is the same as…
Thomas Owens
- 3,874
- 7
- 44
- 52
22
votes
2 answers
Eclipse IDE: How to have the file selected in Project Explorer when focusing on a certain file's tab?
Say I have multiple files opened in Eclipse IDE. I just want Eclipse to show the file in the Project file tree, when I have certain file opened.
Just like in NetBeans. In NetBeans when you focus on some opened file, the left tree will be updated and…
bakytn
- 1,709
- 4
- 32
- 55
18
votes
4 answers
What's the shortcut to move a line up in Netbeans
I'm looking for a keyboard shortcut to move a line up or down.
Equivalent to Eclipe's Alt+up/Alt+down.
http://wiki.eclipse.org/FAQ_What_editor_keyboard_shortcuts_are_available%3F
I can't seem to find a similar one in…
denormalizer
- 531
- 1
- 4
- 16
17
votes
7 answers
How to pin NetBeans to Windows 7 taskbar?
I've googled around and it seems that I'm not the only one with the problem, however I couldn't find the solution. Maybe someone around here has figured it out.
The problem is that netbeans.exe is actually a stub which is calling javaw.exe. When I…
Vilx-
- 4,145
- 7
- 31
- 38
14
votes
6 answers
netbeans - how to view file full path in window title (or somewhere else)?
I've just switched from eclipse, and what bothers me, is that when I have lots of files open, I don't see which one is from which module (f.ex. 5 different urls.py files). Is there an option to show the full path somewhere?
netbeans 6.7.1 @ ubuntu…
zalew
- 285
- 1
- 2
- 7
13
votes
3 answers
NetBeans IDE 6.9[.1] - Upload files on save - re-enable for session
Periodically, when I am saving files, I get the error dialog Upload files On Save failed. Disable this functionality for this session?. Sometimes I accidentally select 'Yes'. How can I re-enable that functionality for the session without re-starting…
Sonny
- 655
- 1
- 10
- 19
10
votes
2 answers
How can I Change Netbeans' Highlight Color?
On double click, NetBeans highlights all occurrences of a variable.
How can I change this color? I've played with Tools->Options->Fonts & Colors, but can not find element responsible for this.
TOP KEK
- 224
- 2
- 8
10
votes
2 answers
Handling multiple sets of projects in Netbeans
I like Netbeans. More than Eclipse. More than XCode.
At work, I deal with multiple departments, each with their own set of code that is represented in Netbeans as 10-20 Projects. Since I switch between departments very frequently (multiple times a…
Cody S
- 2,334
- 4
- 16
- 20
10
votes
3 answers
Any way to change dark Netbeans IDE theme?
I'm currently (trying) to setup a dev environment in Linux (Ubuntu) and have opted to use Netbeans PHP as my IDE.
The main toolbar at the top is too dark to read the menu item text (unless I click to bring up the dropdown, which won't really do). Is…
Anonymous
- 2,541
- 4
- 23
- 31
10
votes
2 answers
netbeans (java) shows empty window in tiling window manager (awesome wm)
I use the "awesome" (tiling) window manager (with default config) and want to run netbeans (java app).
But the window is completely grey. The installer window was it too, so i installed under KDE.
I guess it has to do how java talks to the deskop or…
groovehunter
- 336
- 4
- 17
10
votes
2 answers
How to add PHP in netbeans on Ubuntu?
I just downloaded Netbeans for Ubuntu. Now I only have Java, how can I add PHP to it?
D.Vrancken
- 103
- 1
- 1
- 4
9
votes
2 answers
Is there a way to put Netbeans open files tab bar into several rows?
Is there a way to put Netbeans open files tab bar into several rows? I have to scroll left and right when I open more than 3-4 files. For Firefox there is that extension "Tab Mix Plus" that provides that option. Is there a plugin or setting for this…
Ivan Petrushev
- 1,719
- 4
- 16
- 28
7
votes
4 answers
Cannot uninstall NetBeans 7.3 on Windows 8
I have NetBeans 7.3 installed on my laptop, and it is really bugging me because I cannot uninstall it!
If I try to remove it from Windows 8 add/remove programs, I get the error;
The specified target component - nb-base/7.3.0.0.201302132200
was not…
CarlG
- 305
- 3
- 5
- 7
7
votes
3 answers
How to open a Cygwin shell at a specific directory from Netbeans?
I've tried using QuickOpener with the command:
C:\cygwin\bin\mintty.exe -e cd `cygpath "${currentFolder}"`
but it just opens a window saying: cd: No such file or directory.
MikeFHay
- 2,634
- 4
- 19
- 23
7
votes
2 answers
How can I make JDK 7 the default JDK in NetBeans?
I uninstalled JDK 1.6.26, then installed JDK 7 and changed my PATH to point to the new version.
However when I now open NetBeans it shows me this error:
Cannot locate java installation in specified jdkhome:
C:\Program Files\Java\jdk1.6.0_25
Do…
Milad Sobhkhiz
- 271
- 1
- 6
- 17