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.

Introduction

From the official "NetBeans IDE Features" page:

NetBeans IDE lets you quickly and easily develop Java desktop, mobile, and web applications, while also providing great tools for PHP and C/C++ developers. It is free and open source, and it has a large community of users and developers around the world.

Features

From the official "NetBeans IDE Features" page:

Best support for the latest Java technologies

The NetBeans IDE provides first-class, comprehensive support for the newest Java technologies and latest Java enhancements before other IDEs. It is the first IDE providing support for JDK 7, Java EE 6, and JavaFX 2.

With its constantly improving Java Editor, many rich features and an extensive range of tools, templates and samples, NetBeans IDE sets the standard for developing with cutting-edge technologies out of the box.

Fast & smart code editing

An IDE is much more than a text editor. The NetBeans Editor indents lines, matches words and brackets, and highlights source code syntactically and semantically. It also provides code templates, coding tips, and refactoring tools.

The editor supports many languages from Java, C/C++, XML and HTML, to PHP, Groovy, Javadoc, JavaScript and JSP. Because the editor is extensible, you can plug in support for many other languages.

Easy & efficient project management

Keeping a clear overview of large applications, with thousands of folders and files, and millions of lines of code, is a daunting task. NetBeans IDE provides different views of your data, from multiple project windows to helpful tools for setting up your applications and managing them efficiently, letting you drill down into your data quickly and easily, while giving you versioning tools via Subversion, Mercurial, and Git integration out of the box.

When new developers join your project, they can understand the structure of your application because your code is well-organized.

More information on Project Management
More information on Versioning

Rapid user interface development

Design GUIs for Java EE, Java SE, and Java ME applications quickly and smoothly by dragging and positioning GUI components from a palette into the NetBeans Editor.

For Java SE applications, the NetBeans GUI Builder automatically takes care of correct spacing and alignment, while supporting in-place editing, as well. The GUI builder is so intuitive that it has been used to prototype GUIs at customer presentations.

More information on Java EE
More information on Swing GUI Builder
More information on JavaME

Write bug-free code

The cost of buggy code increases the longer it remains unfixed. NetBeans provides static analysis tools, especially integration with the widely used FindBugs tool, for identifying and fixing common problems in Java code. In addition, the NetBeans Debugger lets you place breakpoints in your source code, add field watches, step through your code, run into methods, take snapshots and monitor execution as it occurs.

The NetBeans Profiler provides expert assistance for optimizing your application's speed and memory usage, and makes it easier to build reliable and scalable Java SE, JavaFX and Java EE applications. NetBeans IDE includes a visual debugger for Java SE applications, letting you debug user interfaces without looking into source code. Take GUI snapshots of your applications and click on user interface elements to jump back into the related source code.

More information on Debugger and Profiler

Support for multiple languages

NetBeans IDE offers superior support for C/C++ and PHP developers, providing comprehensive editors and tools for their related frameworks and technologies. In addition, the IDE has editors and tools for XML, HTML, PHP, Groovy, Javadoc, JavaScript, and JSP.

Cross-platform support

NetBeans IDE can be installed on all operating systems that support Java, from Windows to Linux to Mac OS systems. Write Once, Run Anywhere, is as true for NetBeans IDE as it is for your own applications... because NetBeans IDE itself is written in Java, too!

Rich set of community-provided plugins

The NetBeans community is large and active; many users are developing new plugins all the time because NetBeans IDE is extensible and has well-documented APIs. Are you missing a feature in NetBeans IDE? Create a plugin that fills the gap and participate in making NetBeans even better than it already is!

Visit NetBeans Plugin Portal

Version information

  • Current Release version: 16

Tag recommendations

If your question is version-specific, use the tag together with an appropriate version-specific tag, such as , , , , , , , , , , , , or .

Useful links

24163 questions
6
votes
3 answers

Adding Default Package's Classes in NetBeans

I have a jar file named "stdlib.jar". This has many classes in its "Default Package". I have added this stdlib.jar to my NetBeans Libraries. and Also "Build"-ed it without using anything from stdlib.jar . So that stdlib.jar can be added to my…
soham
  • 1,508
  • 6
  • 30
  • 47
6
votes
2 answers

Netbeans 7.2 FTP is incredibly slow

I just created a new project that connects to a remote website to edit the files. It's been 10 minutes and it still hasn't finished downloading. The site is no bigger than 30mb and I have a decent internet connection. Anyone else experiencing this?
UserX
  • 1,228
  • 2
  • 15
  • 28
6
votes
2 answers

Where can I find the old "Developer Collaboration" plugin?

Once upon a time there is netbeans plugin called "Developer Collaboration" which allows you make remote pair programming. Now, in Netbeans 6.7, there is no more this "Developer Collaboration" but there something called "Kenai support".…
Andrea Francia
  • 9,737
  • 16
  • 56
  • 70
6
votes
2 answers

NetBeans code template for using all the arguments declared in the function's header

Is it possible to write a NetBeans code template for using all the arguments declared in a function's header (e.g. for calling another function with these variables)? The number of the arguments can be different, so it doesn't seem to be easy. For…
Sk8erPeter
  • 6,899
  • 9
  • 48
  • 67
6
votes
2 answers

How to upgrade Subversion version for Windows Netbeans

I installed Netbeans then I tried to checkout my projects inside Netbeans. During the process Netbeans informed me something about an old client version of subversion, and now I want to upgrade it. But I don't know where the client is, nor how to…
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
6
votes
2 answers

Java Project admin privileges windows 7

I am building a swing application (a file explorer) that has to copy/move files/folders around. When I try to copy to some folders such as Program Files, it throws an exception (access denied). I can solve by running NetBeans as administrator. Is…
Bobi Adzi-Andov
  • 191
  • 1
  • 2
  • 8
6
votes
1 answer

Where to find my netbeans glassfish installation?

I have installed one glassfish server manually and one is installed with netbeans IDE. How I can know which one is installed with netbeans?
Mehedi
  • 159
  • 3
  • 4
  • 10
6
votes
1 answer

How get the last update of Netbeans 7

I currently use Netbeans 7.0.1. From the About Page : Product Version: NetBeans IDE 7.0.1 (Build 201107282000). I use Netbeans under Ubuntu behind a proxy. I see on Netbeans Website that a new version 7.1.2 is available…
La Chamelle
  • 2,927
  • 4
  • 36
  • 54
6
votes
6 answers

is JavaFX Scene Builder available on linux support?

I can't find JavaFX scene Builder Linux package on the Oracle official website http://www.oracle.com/technetwork/java/javafx/overview/index.html is there any Solution so that I can work on it on a Linux plateforme ?
Walllzzz
  • 550
  • 1
  • 5
  • 16
6
votes
2 answers

NetBeans GUI builder: "loading..." message

Sample project from the NetBeans tutorials set contains only one Swing form (empty JFrame), compiles and runs fine, but I can't change layout of the form and add elements in it with the NetBeans GUI buider since it shows only empty placeholder with…
Dmitriy Kachko
  • 2,804
  • 1
  • 19
  • 21
6
votes
2 answers

Use the || operator notice

Javascript code: var a = (b) ? b : 40; It is working, just NetBeans says: "Use the || operator (Column [where the ? is])". I didn't find any explanation. What is it? Thanks!
Gábor Varga
  • 840
  • 5
  • 15
  • 25
6
votes
2 answers

Disable "Saving Snapshot" in NetBeans

How can I disable saving snapshot in NetBeans 7.1.2? It is slowing down the system dramatically. Any suggestions
brenjt
  • 15,997
  • 13
  • 77
  • 118
6
votes
4 answers

connecting to a file-based derby database

I want to work with a file-based database using apache derby. I was wondering if anyone can carify how to connect & create this database using netbeans as an IDE. I passed through derby manuals trying to figure this one out, but all i got was…
Amir.F
  • 1,911
  • 7
  • 29
  • 52
6
votes
5 answers

Is Netbeans a good IDE for C/C++ nowadays?

I searching for and IDE that gives me a (mostly) uniform experience on Linux/Windows and C/C++ and Java. I'm somewhat comfortable with using Netbeans on Windows and I'd like to know what to expect of it on C. I heard the Visual Studio debugger is…
andandandand
  • 21,946
  • 60
  • 170
  • 271
6
votes
3 answers

A quick way to select a line in netBeans

I am looking for a quick way to select a line in netBeans. For example for copy and paste. (in vim editor yy yank current line)
underscore666
  • 1,719
  • 4
  • 24
  • 37