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

Invocations count in netbeans profiles

When I use the profiler in NetBeans 7.1, I am not seeing the expected invocation number for my methods. To test this I created a simple program that has 3 methods that are each called ten thousand times. public class profilerTest { static int…
quodlibet
  • 452
  • 3
  • 8
2
votes
0 answers

NetBeans SSL and command line arguments: Server doesn't receive the message

I'm not sure how to put it, but here is my problem. I want to test SSL from here http://stilius.net/java/java_ssl.php. I am using NetBeans 7.1. In each void main, if I insert this piece of code for (int i=0; i
1
vote
1 answer

Debugging Java Program. using Netbeans IDE 7.1

I am using Netbeans IDE 7.1, and I was trying to debug my simple program and on the Variable Output Window, there is a message which states "No variables to display because there is not current thread." What does it mean? Thanks. :) Here's my…
Layne
  • 25
  • 1
  • 5
1
vote
1 answer

Netbeans PHP configuration on Ubuntu

I have this problem getting my newly created php project on Netbeans work on Ubuntu. I've tried to place the source folder of the project in the /lampp/htdocs folder or selected the copy location option on the 3rd step of creating the project, yet…
David B
  • 3,269
  • 12
  • 48
  • 80
1
vote
1 answer

JPA createEntityManagerFactory "Unknown Source" error (non-J2EE)

I can't find what's wrong: many people seem to have issues with creating a EntityManagerFactory using the PU name. But I've checked all the suggestions, and none helped so far. I'm trying to build my first JavaFX2 app. It is a small dictionary…
Lúthien
  • 143
  • 1
  • 4
  • 14
1
vote
1 answer

PhpUnit 3.6.10 + NetBeans 7.1: Good test throws exception

In cmdline everything is OK: d:\xampp\htdocs\PhpProject1\Tests>phpunit TestStub.php PHPUnit 3.6.10 by Sebastian Bergmann. . Time: 0 seconds, Memory: 2.75Mb OK (1 test, 1 assertion) Called in NetBeans7.1: Fatal error: Uncaught exception…
shuttle
  • 153
  • 1
  • 11
1
vote
0 answers

Netbeans 7.1 and windows 7 taskbar issue

I just did a clean install of windows 7 professional and netbeans seems to always duplicate itself on the taskbar next to the pinned icon. I never had this issue until I formatted my machine.
UserX
  • 1,228
  • 2
  • 15
  • 28
1
vote
0 answers

How to run javascript scripts directly from netbeans (using rhino) ?

I am using netbeans 7.1, i have read this manual http://wiki.netbeans.org/JavaScriptUsersGuide but i don't understand how to run javascript files in netbeans, i don't find any "Run" menu entry. What is the right way to run a javascript script from…
res1
  • 3,482
  • 5
  • 29
  • 50
1
vote
2 answers

Menu bar in wrong place (in window) on Mac OS. Netbeans Platform Application

I'm building app in Netbeans Platform 7.1, and the problem is that the menu bar is in the window and not on the top of the desktop, when I run it on Mac OS (Lion). Where can be the problem?
Uko
  • 13,134
  • 6
  • 58
  • 106
1
vote
1 answer

Which of the Platform Modules makes app process unique?

In Netbeans Platform application I wanted to turn off all unneeded modules, so I went to Project Properties > Libraries and turned off the platform module group. After that some warnings appeared about dependencies and I've clicked Resolve in the…
Uko
  • 13,134
  • 6
  • 58
  • 106
1
vote
1 answer

Netbeans 7.1 SVN Lock Feature

I have just installed Netbeans 7.1, mainly for the SVN lock feature. I was disappointed to find that I could not create a keyboard shortcut for the lock feature from Tools->Options->Keymap (if it can be done great, tell me how please). I have…
Rooneyl
  • 7,802
  • 6
  • 52
  • 81
1
vote
1 answer

org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory

I'm creating a JSF application in NetBeans7.1 using GlassFish3.1.1, when I make changes to a managed bean or any other .java file and try to redeploy the web app to GlassFish using NetBeans I get the exception posted below. I have tried clearing the…
Paul Wojnarowicz
  • 31
  • 1
  • 1
  • 4
1
vote
2 answers

Netbeans Project Transfer 7.1.1 to 7.4

I cannot get my projects to transfer from my win7 (v7.1.1) and appear on my win 8.1 computer (v7.4). There is no "export" option in 7.1.1 that I can find, and directly copying/pasting the folders from 7.1.1's workspace folder to 7.4's…
Austin
  • 3,010
  • 23
  • 62
  • 97
1
vote
2 answers

GDB from NetBeans 7.1 on OSX Leopard not stopping at breakpoints in library projects

This is my first question in StackOverflow since I joined some weeks ago and I wish someone could shed some light to this issue that drives me nuts! I've already searched thru the web, but I cannot find a successful solution to this problem. I'm…
Claudi
  • 5,224
  • 17
  • 30
1
vote
1 answer

JavaScript in Netbeans

I am using Netbeans 7.1. I use Netbeans to write JavaScript inside HTML and in JS files. The case is, it seems like Netbeans's IntelliSense doesn't have all methods and variables JavaScript has. For an example, if I type navigator and place the dot…
PeakGen
  • 21,894
  • 86
  • 261
  • 463