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.

The NetBeans IDE is an integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of an open-source and an application platform that enable developers to rapidly create web, enterprise, , and applications using the platform, as well as , , and , and , and , and /.

Current version:

NetBeans IDE 7.2.1 was released in 6 November 2012.

  • Support for JavaME 3.2 SDK
  • Full support for JavaFX 2.2 SDK
  • Integration of recent patches

Performance

  • Project scanning now on background, not blocking editor features and navigation
  • Improved project scanning speed
  • Improved performance on remote Filesystems

Java

  • FindBugs support
  • TestNG testing framework support
  • New refactorings and hints
  • Various Maven support enhancements
  • Various Debugger enhancements

Java EE

  • Amazon Elastic Beanstalk support
  • Code completion for Java Persistence named queries and JPQL statements
  • More editor hints for EJB and CDI
  • Improved and updated support for JSF component suites

JavaFX

  • Scene Builder interoperability
  • Improved FXML and FX CSS support
  • FX-in-Swing Projects
  • Default configurations for instant Run as WebStart and Run in Browser
  • Project auto-update and improved FX SDK/RT auto-detection

PHP

  • Support for PHP 5.4
  • PHP editing: Fix Uses action, annotations support, editing of Neon and Apache Config files and more
  • Support for Symfony2, Doctrine2 and ApiGen frameworks
  • FTP remote synchronization
  • Support for running PHP projects on Hudson

Groovy and Grails

  • Dramatic improvement of scanning, code completion and Go to Type action speed
  • Updated to Groovy version 1.8.6
  • Enhancements of code completion and editor hints

C/C++

  • Support new C++11 standard
  • Pretty printing, watchpoints and catchpoints support for gdb
  • Partial and Incremental Find Usages
  • Improved parsing performance and reduced memory consumption

NetBeans Platform

  • Positioning of tabs in window system can be configured
  • Support for custom implementations of tab control
  • New @NavigatorPanel.Registration for registering navigator panels declaratively
  • New @Arg annotation for registering command line options declaratively
  • New @NbBundle.Messages available on fields

Miscelleanous

  • Subversion 1.7 built-in support
  • Improved Find in Projects functionality
  • New default locations for userdir and cachedir
  • 64-bit launcher for Windows

Current Beta Version: NetBeans 7.3 RC2 (What's new in NB 7.3 RC2)

Resources:

343 questions
11
votes
7 answers

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.
Martin
  • 366
5
votes
0 answers

Ubuntu 18.04 netbeans doesnt start

since Ubuntu Version 18.04 netbeans will not get past the poimt where it says "loading modules" during startup. Can anyone help me?
Starman
  • 51
4
votes
2 answers

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 "Welcome to the NetBeans 8.1 IDE Installer", the…
3
votes
1 answer

Hiding ¶ line break character in NetBeans editor

How can I hide the ¶ line break character in the NetBeans 8.2 IDE Editor?
3
votes
1 answer

How to run Netbeans 8.0 as root

I've installed Netbeans 8.0 on Ubuntu 12.04. After that I updated the operating system and now the Ubuntu version is 14.04. Netbeans was installed in the default folder. I did not specify any custom folder for installation. Netbeans asked to install…
user312058
3
votes
1 answer

Where does Netbeans remember opened files?

I tried to open a huge SQL file in Netbeans and it hangs now. Restarting does not help because on restart it again tries to open that file. Reinstalling Netbeans does not help. Where does it remember opened files so I could manually delete the…
2
votes
2 answers

Why new project is not opening in Netbeans in ubuntu 16.04?

I've installed Java 9 and netbeans 8.2. When I open netbeans and click new project then nothing shows.
Mony FI
  • 21
2
votes
1 answer

trying to put -lglew and -lfreeglut for netbeans

Programming in OpenGL (attempting to) and I put -lglew and -lfreeglut into Project>properties>build>linker>compilation line>additional options Here is my code: #include #include #include #include…
2
votes
5 answers

Problem with NetBeans 7.0.1 on Ubuntu 14.04

I was working in win7, and I just got sick of windows. So I installed 14.04 LTS and NetBeans today. Opened it and start new project, several times. Won't create new project, won't do nothing. At one point, the app had to be killed. So, I'm totally…
Manojlo
  • 47
  • 1
  • 1
  • 7
2
votes
1 answer

Netbeans 8.2 throws 'Unexpected exception' after launching on Ubuntu 18.04

I use Netbeans IDE for dabbling in computer programming. Recently I installed Ubuntu 18.04 LTS on my desktop and then installed OpenJDK. Then I installed Netbeans 8.2 (downloaded from official website). Normally this should have been a pretty…
1
vote
1 answer

How to uninstall netbeans if uninstall.sh missing

I can't find uninstall.sh in my netbeans folder. Please help. I want it to be removed. Thanks. Output commandline seng@wseng:~$ sudo apt remove netbeans Reading package lists... Done Building dependency tree Reading state information...…
John Joe
  • 268
1
vote
1 answer

I can't start project on Netbeans

When I set name and location of a new Java project it stops and show a message of error : A java.lang.NoClassDefFoundError exception has occurred So the project isn't created and I can write any code lines on Netbeans. My OS version Ubuntu…
1
vote
1 answer

Ubuntu 12.04 and NetBeans 7.2?

I installed 12.04, then I installed all updates in Update Manager. After this, I installed all the necessary applications and installed NetBeans 7.2. But now I am trying to launch it from Dash home and it does not start. Please help.
user73795
  • 19
  • 1
  • 2
0
votes
0 answers

NetBeans stops running after a while

NetBeans is behaving laggy and also it suddenly closes after running for a while, can't figure what's the problem.
Amir
  • 35
0
votes
0 answers

problems with netbeans 8.1 on ubuntu 16.04?

NetBeans cached too many files in memory. So must relaunch IDE. So I thought it is just no limitation when cache files, maybe can just keep a limited memory when handle files can help on this.
1
2