Questions tagged [netbeans-7.2]

NetBeans IDE 7.2 provides a significantly improved performance and coding experience, with new static code analysis capabilities in the Java Editor and smarter project scanning. The release also includes notable features such as integration with Scene Builder for visually creating JavaFX forms; support for multiple PHP frameworks; updated Groovy support; and many other enhancements in Java EE, Maven, C/C++ and the NetBeans Platform.

NetBeans IDE 7.2 provides a significantly improved performance and coding experience, with new static code analysis capabilities in the Java Editor and smarter project scanning. The release also includes notable features such as integration with Scene Builder for visually creating JavaFX forms; support for multiple PHP frameworks; updated Groovy support; and many other enhancements in Java EE, Maven, C/C++ and the NetBeans Platform.

New Feature Highlights:

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 , and 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

Official Website: http://netbeans.org/
Official Release informations: http://netbeans.org/community/releases/72/

Release Date: July 24, 2012, October 2, 2012 (NetBeans 7.2.1)

Tagging recommandation:

There are several version specific tags. It is recommended to use the tag together with the version specific tag, e.g. .

58 questions
2
votes
2 answers

Minimize floating windows in NetBeans 7.2

I recently upgraded to NetBeans 7.2 and am facing a substantial usability issue with floating windows. In 7.1 each floating window was minimize-able, which I used quite regularly. By all appearances the minimize button is completely gone. The button…
Icode4food
  • 8,504
  • 16
  • 61
  • 93
1
vote
0 answers

Netbeans not responsing output & running any program create errors due to ant

I am getting this problem after running any program in netbeans7.2 my java path are as follows C:\Program Files\Java\jdk1.6.0_23\bin my netbeans install in C:\Program Files\NetBeans 7.2 Beta The following error occurred while executing this…
girijesh
  • 11
  • 1
1
vote
1 answer

Java program runs fine within Netbeans, but when running from a built JAR it does not work

I am a total noob at java at the moment, and all I am trying to do is add MySQL logging to this Java Proxy for a Minecraft Server. When the program is run within NetBeans, the program runs perfectly fine without any errors. However, when a jar is…
Keiaxx
  • 21
  • 3
1
vote
1 answer

Does "Toggle Comment" shortcut work for Android development in Netbeans 7.2?

Frustratingly, my Ctrl+/ keyboard shortcut doesn't comment out a line of code when a .java file is open in the Netbeans 7.2 code editor. The "Toggle Comment" entry on the Source menu doesn't show any assigned shortcut, but the shortcut is specified…
Jannie Theunissen
  • 28,256
  • 21
  • 100
  • 127
1
vote
1 answer

Netbeans 7.2/Jdk 7u7 bundle - javafx failure..jfxrt.jar issue

I have just done a fresh install of the netbeans 7.2/JavaFx2.2 SDK bundle downloaded from oracle. None of my old code will compile. This is the error I receive: (I know the code is good - consider bad code ruled out). Oddly enough, the javafx…
Marc H
  • 1,228
  • 3
  • 18
  • 29
1
vote
0 answers

Which template use in Netbeans 7.2 for index.php in a new project

When I create a new project PHP, file index.php is generated by default in the project. If I change the new web page php template, next time I create a new project index.php doesn't reflect the change . But other new web page php are ok. What is…
1
vote
2 answers

Debugging views in Netbeans 7.2

I recently updated netbeans from 7.1.2 to 7.2. Unfortunately, I can't find the way to activate the debugging views such as the list of breakpoints, the call stack and the threads list. In netbeans 7.1 I can go in Window->Debugging to activate those…
avandecreme
  • 971
  • 1
  • 8
  • 18
1
vote
2 answers

What is the maximum number of files that can be built at once in Netbeans 7.2

I have a project that has approximately 2000 files (not including library files) that I want to build. In netbeans 6.9, I was getting "out of memory" error even when I increased the heap to 1 GB. But I got by it by building few packages at a…
Harke
  • 1,279
  • 4
  • 25
  • 30
1
vote
1 answer

Netbeans 7.2 based on JDK7 on Mac OS Mountain Lion crashes frequently

I am using the latest version of Netbeans (7.2) on a macbook pro with Mountain Lion clean installation, and it gives me frequent crashes.Is it only me , or is it a general problem and who is responsible for it mountain lion, netbeans or jdk7? (The…
skiabox
  • 3,449
  • 12
  • 63
  • 95
1
vote
1 answer

In netbeans 7.2 - Change color of EOL character

Is it possible to change the color of the netbeans 7.2 eol character? As seen here: I would prefer it to be a light grey like the space character - the dark black color is quite distracting (IMHO).
chrisjlee
  • 21,691
  • 27
  • 82
  • 112
1
vote
1 answer

Netbeans 7.2 and PHP on localhost

I have been developing a PHP project solely in Dreamweaver. After determining that Netbeans will make my life easier, I installed Netbeans 7.2 for PHP. I followed the project setup guide, yet I am having issues with the project folders. I can edit…
AVProgrammer
  • 1,344
  • 2
  • 20
  • 40
1
vote
1 answer

Do i need to install Java EE6 SDK even after i have installed netbeans 7.2 (complete package)?

I am just starting with Java EE6. i have installed netbeans 7.2 though the sample applications based on java EE6 runs successfully. My question is do i still need to install Java EE6 SDK?? if not, then why is that Java EE6 SDK comes separately???
exexzian
  • 7,782
  • 6
  • 41
  • 52
0
votes
2 answers

while trying to create procedure for insert getting following error in netbeans-7.2

Error code 1064, SQL state 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BEGIN INSERT INTO mst_gate (gate_id,gate_name,status) VALUES' at…
user3150808
  • 87
  • 2
  • 3
  • 13
0
votes
2 answers

JPA eclipse link Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException

I want to persist entity object to database that contain some null values and one of the null value is a foregin key of another table that i have to fill it later and here is the sessionbean /* * To change this template, choose Tools |…
Body
  • 57
  • 1
  • 1
  • 8
0
votes
0 answers

Change GitHub Contributor in NetBeans 7.2.1

I was hoping that someone could help me figure out where the option to change / add a contributor to my netbeans 7.2.1 for github. I have seen online places and questions for 7.1.2 but those did not work for me. Change Git commiter in Netbeans I…
Tolure
  • 859
  • 1
  • 14
  • 34