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
5
votes
3 answers

Configure webservice URL for client from properties file with Netbeans 7 and Axis2

I'm new to webservice development. I'm using Netbeans 7.0 with the Axis2 plugin and Tomcat 7. I created one project for the server components where I define the web methods, and then created another project for the client components. The client…
Jim
  • 6,753
  • 12
  • 44
  • 72
5
votes
1 answer

GridView in Java

I'm a .Net Developer and new to Java environment. I'm currently I'm using Netbeans 7.1. In Windows Forms there are DatagridView, ListBox, and ListView. What are the equivalent controls present in Swing, specifically DatagridView? How can I bind…
SkyDrive
  • 1,445
  • 4
  • 15
  • 24
5
votes
4 answers

Netbeans 7.1 won't run after installing python

I have just installed python in nb7.1 using http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz and and it doesn't show up. I want to turn some plug-ins of from its home dir. How can I…
Junaid Qadir Shekhanzai
  • 1,386
  • 1
  • 20
  • 38
5
votes
7 answers

Unable to Add external Server Tomcat In Netbeans 7.1

I am going to add Tomcat server in Netbeans 7.1 , it shows: The specified Server Location (Catalina Home) folder is not valid. Can any body explain this?
Nishant Nawarkhede
  • 8,234
  • 12
  • 59
  • 81
5
votes
2 answers

How to pass a file as command line argument in Netbeans

I have trying to work out with Netbeans for the last two days. I am writing a scanner program that takes input of the scanner from a file token_list.java. So How can we give this token_list.java as an argument to the Main file ( Scanner.java). When…
5
votes
2 answers

Step Through (Debug) PHP Code in Netbeans

I have an application I'm working on in which I make many AJAX calls to external PHP files. These PHP files get certain parameters, connect to the DB, and perform a task with them. I just recently started using Netbeans for an IDE and love it thus…
FastTrack
  • 8,810
  • 14
  • 57
  • 78
5
votes
1 answer

getting started with LESS

I'm very new to web design...okay, now that that's out of the way, where do I declare variables in the LESS/CSS framework? I'm using NetBeans IDE 7.0.1 I'm also using Bootstrap 2.0 (not sure if this matters). I downloaded the latest version of LESS…
Derek
  • 475
  • 1
  • 9
  • 18
5
votes
1 answer

Understanding the Surviving Generations Metric

Netbeans' memory monitoring tool (which is the same tool as VisualVm) has an interesting metric for tracking memory leaks : the Surviving Generations Metric. A definition of this metric can be found on oracle.com : a Generation is a set of…
barjak
  • 10,842
  • 3
  • 33
  • 47
5
votes
4 answers

How to surround a text in quotes in netbeans IDE

I have some text, say: Is there a shortcut in netbeans, where a selected text can be surrounded by quotes?
Harke
  • 1,279
  • 4
  • 25
  • 30
5
votes
2 answers

Animated Splash Screen on Netbeans Platform app

Our maven/Netbeans platform application uses a custom image on startup, by replacing Nbm-branding > core.jar > org.netbeans.core.startup > splash.gif I tried making it an animated .gif, but only the first frame is displayed. How would one possibly…
Marcelo
  • 4,580
  • 7
  • 29
  • 46
5
votes
1 answer

GIT: Merge two branches using netbeans

I have two branches created at Bitbucket, one called master and another called modulo-contratos. The thing is that the second branch has changes in some files that I need to integrate into master, but when I do a merge using Netbeans for it, it…
Anyul Rivas
  • 655
  • 2
  • 12
  • 31
5
votes
2 answers

Java JFrame not updating settings of a button

I am currently having a minor issue with a Java Jframe and a button not updating. I am trying to disable the Print Button until the printing of the new JFrame it opens is done and that JFrame is closed... The button will only disable if and when a…
Friendlyghost89
  • 247
  • 8
  • 19
5
votes
1 answer

Netbeans/Ruby - extraneous(?) autocomplete info

I'm getting a ton of (what I would call) extraneous autocomplete information in Ruby Netbeans 6.5.1. For example, if I type the name of a model object and then type a period (whether I'm in a controller or a view), it shows a dizzying dropdown list…
curej
  • 51
  • 2
5
votes
1 answer

Netbeans - How do I hide the vertical bar w/colors?

Haven't found an option in the IDE to hide it, are there any configuration files that would do it? I never use it, and in my effort to optimize screen space with multiple tab groups, this would save me some pixels. :-P Here's the bar in…
velo9
  • 2,295
  • 2
  • 20
  • 21
5
votes
1 answer

Netbeans - run specific Maven integration test

How can I configure Netbeans to call Maven Failsafe to run a specific integration test? I know the Maven command to do this is 'mvn -Dit.test=MyClassIT verify' I also know how to configure 'actions' in Netbeans Project properties. My problems…
Aleksandr Dubinsky
  • 22,436
  • 15
  • 82
  • 99
1 2 3
99
100