Questions tagged [netbeans-7.1]

A specific version of Netbeans IDE. Use this for question related to Netbeans IDE version 7.1

NetBeans IDE 7.1 was released in January 2012.

This version introduce the following new features.

JavaFX

  • Support for JavaFX 2.1
  • Support of all three deployment models: Desktop, Applet, JNLP
  • Preloaders to improve application loading experience
  • Customized UI controls using CSS3

Java

  • New Visual debugger
  • Gap support in GridBagLayout customizer
  • Inspect and Refactor
  • Improved Javadoc highlighting and formatting

Web Languages

  • Support for CSS3
  • Code completion and documentation for new CSS3 elements
  • Browser specific properties

Java EE

  • Support for GlassFish 3.1.2
  • Cluster and Instance deployment support for GlassFish
  • Developing Java EE 6 applications for deployment to WebLogic Server
  • 50+ CDI enhancements in Java editor
  • JSF component suite support
  • Improvements in Java Persistence, Web Services, EJB, WebLogic and more

PHP

  • Improved PHP debugging
  • PHPUnit test groups capabilities
  • Support for Smarty templates
  • Faster uploads with keep-alive for (S)FTP client

NetBeans Platform

  • New Window System APIs
  • Enhanced TopComponentGroup behavior
  • Visual Window Layout designer
  • Pluggable multiview components

Versioning

  • Integrated Git support
  • History tab on file editor window
  • Locking/unlocking files in Subversion working directory
  • Support for Mercurial branches and tags

Resources:

Tagging recommandation:

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

70 questions
0
votes
2 answers

Native OS look and feel Netbeans doesnt works with UIManager.setLookAndFeel(nativeLF);

I have been looking over the internet (expescially StackOverflow of course :) ) for the following issue. Netbeans offers a 'great' default look and feel, so i want to change that to a native look. With this I mean, the running program doesn't look…
Dave
  • 77
  • 1
  • 2
  • 10
0
votes
0 answers

context failed to start using apache tomcat and netbeans

when i tried to run my project using apache tomcat6.0.35 server i get these following errors SEVERE: End event threw exception java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) at…
ksa
  • 311
  • 1
  • 10
  • 29
0
votes
0 answers

Linker errors while compiling a project in netbeans 7.1.1

I am getting a lots of linker errors while i compile a project ,: I have added all the neccesary files in the linker options and have specifically added the libregistration.dll in the linker…
Linda Harrison
  • 257
  • 1
  • 3
  • 14
0
votes
1 answer

NetBeans 7.1.1 and CodeIgniter 2.1.2 autocompletion not working :/

Okay for some reason I cannot get the CI autocompletion to work on NetBeans for the life of me. For example when I type in ci_control in the netbeans ide I get the code hint for CI_Controller ci_auto_complete.php while it is pointing towards the…
0
votes
2 answers

Netbeans 7.1.2 - project source folders in a tree (hierarchical) view, rather then a flat view?

How can I get a tree view for Netbeans 7.1.2? The FAQ http://wiki.netbeans.org/FaqTreePackageView appears to be for older versions of Netbeans.
José
  • 1,525
  • 3
  • 14
  • 12
0
votes
2 answers

NetBeans 7.1 and Subversion 1.7

We're moving our version control from some old VCS to SVN, for ease of integration with IDE's (we're using both NetBeans and IBM RAD). In doing so, I set up a local repository with SlikSVN for win64 and started a server with the command svnserve -d…
Alessandro
  • 601
  • 3
  • 11
  • 26
0
votes
1 answer

Netbeans fails to build signed Jar

I get no error when I just clean and build and I can run the *.java file without no problem. But when I click on run project (the button with green triangle). I get this error message below after building project. init: Deleting:…
Daniel Lopez
  • 1,728
  • 3
  • 24
  • 40
-1
votes
2 answers

Netbeans on Ubuntu; C++; Defined template "undefined"

I am developing C++ on Netbeans 7.1 on Ubuntu 11.04. I was wondering if someone could tell me why Stack fs(5); is seen as an undefined reference to to `Stack::Stack(int)'. Why is it not seen as a class with float used for T? #include…
OtagoHarbour
  • 3,969
  • 6
  • 43
  • 81
-1
votes
1 answer

Why adding an unique ittem to my combo-box it takes too long to add it?

I have a weird problem with my combo box... (I use Netbeans 7.1 and Java code) when I add an item cbxUnidad.addItem("TODOS"); it takes 1300 ms to add it, so when I open that form (on execution time) it takes more than 4 seconds to open it. I know…
user2284257
  • 93
  • 1
  • 1
  • 5
-3
votes
1 answer

JAVA ME Hello World

I am using netbeans 7.1. When creating new ME project I don't understand Device profile. What is ClamshellCldcPhone, DefaultCldcJtwiPhone, DefaultMsaPhone, DefaultFxPhone? After creating the project what will be the code for hello world?
Cool Brain
  • 48
  • 4
1 2 3 4
5