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
1 answer

Netbeans: deploying Java app to remote Tomcat

Is there any easy way to automatically deploy a web service / java web app, etc to a remote tomcat server? currently i have to manually copy the .war file.
sivabudh
  • 31,807
  • 63
  • 162
  • 228
6
votes
3 answers

netbeans : add library permanently

I work in a group project and after every checkout I have to remove and add the javamail api..(because the path is relative) how can i make it IN the Project folder? This is how i add the library : right click on librarys folder Add/jar…
darkrain
  • 1,025
  • 4
  • 14
  • 23
6
votes
7 answers

NetBeans Remote Connection

I'm trying to set netBeans remote project and I'm having pretty much trouble with it. I've started a PHP Application from Remote Server and in the last confirmation step it throws error on…
Martin Svoboda
  • 297
  • 1
  • 4
  • 18
6
votes
1 answer

how to display clickable links in JEditorPane

I am trying to display a list of clickable links in JEditorPane. Here is my code: import javax.swing.JEditorPane; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.event.HyperlinkEvent; import…
curious
  • 139
  • 7
6
votes
1 answer

How to do HTML comments in NetBeans

In NetBeans, for javascript and php files/code, you can easily comment lines of code by just selecting them and then clicking on the comment button as shown in this picture. Is possible to perform the same action for HTML code? If yes, how?
underscore666
  • 1,719
  • 4
  • 24
  • 37
6
votes
2 answers

iReport Mistakenly Displaying Summary between Detail Band and Column Footer

The problem is displaying summary band incorrectly. To make it more clear, I will provide some screenshots: This image is fine. My report is 19 pages long. On page 1 to page 18, the bands are displaying their position properly, but when it reached…
John Woo
  • 258,903
  • 69
  • 498
  • 492
6
votes
8 answers

How do I open the inspector group in Netbeans?

I am using netbeans ide 7.1.1 and all of the groups are open. I cannot find the inspector group. I have the navigator group open, files, palette, program, and, navigator group open. I need the inspector group.
Hrfpkj
  • 691
  • 2
  • 6
  • 13
6
votes
4 answers

Is there an easy way to integrate jshint with netbeans?

Searched the net for a jshint plugin for netbeans, but found none... Can anyone describe or show an easy solution for jshint integration in netbeans?
shapeshifta
  • 300
  • 5
  • 16
6
votes
5 answers

Differences in NetBeans and Eclipse for maven projects

What are the differences between Netbeans and Eclipse for working with maven projects?
rk2010
  • 3,481
  • 7
  • 27
  • 39
6
votes
4 answers

Driver not found in Netbeans IDE

I have read all possible answer here and here and here. I believe I have a problem somewhere else and it may useful to others also. I have a Java Servlet and it was executing well in eclipse IDE but later I shifted the project to Netbeans. I…
Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
5
votes
3 answers

Jdbc Driver Not Found

We are working on a project in netbeans using Java which uses mysql database to process some common queries. But I am having issues with loading jdbc drivers for mysql in netbeans. It is giving following error: Class Not Found Exception :…
Babanna Duggani
  • 737
  • 2
  • 12
  • 34
5
votes
2 answers

Changing Remote Branch To Push To In Netbeans

I'm using netbeans 7.1 and I want to change remote branch to push to. I cannot find a way to do that. If I do a pull, I can see the branches (dev and master). But when I do a push, I only see my local, then the one orginal branch (master). Edit: I…
Jay D.
  • 672
  • 5
  • 12
5
votes
2 answers

Netbeans SQL syntax highlighting within a script? (e.g. PHP)

When a block of SQL is enclosed in quotes in PHP (denoting a string) it would be great to have that SQL syntax highlighted. I'm looking for standard SQL highlighting at the very least, but PostgreSQL 9.1 compliant would be exactly what I need. I'm…
velo9
  • 2,295
  • 2
  • 20
  • 21
5
votes
1 answer

Play 2.0 'eclipsify' and 'netbeansify' command

Is there a 'netbeansify' or 'elipsify' command in Play 2.0 like in the 1.x release of the Play framework? Is it planned? Or is there a manual way to start Play 2.0 form within Eclipse/NetBeans?
wowpatrick
  • 5,082
  • 15
  • 55
  • 86
5
votes
1 answer

Deploy webapp on remote tomcat server from netbeans

Is it possible to deploy a service on a remote tomcat server from within local netbeans IDE? I am using tomcat 6.0.35 on remote windows 2003 server and Netbeans IDE 7.0.1
orak
  • 2,399
  • 7
  • 29
  • 55