NetBeans IDE 7.0 is the 2011 version introducing Java language support for development against the proposed Java SE 7 specification with the JDK 7 developer preview. The release also provides enhanced integration with the Oracle WebLogic server, as well as support for Oracle Database and GlassFish 3.1.
Questions tagged [netbeans7.0]
53 questions
58
votes
8 answers
Glassfish DeploymentException: Error in linking security policy for
I have been trying to deploy my web application (war) from Glassfish AdminConsole but I keep getting the following error message -
Exception while loading the app : Error in linking security policy for MyApp-war -- Inconsistent Module State.
But it…

Bhesh Gurung
- 50,430
- 22
- 93
- 142
30
votes
3 answers
UML Plugin for Netbeans 7.0?
how can i install/add UML plugin to Netbeans 7.0, i can find several ways to install plugin but only for the earlier versions from 6.9
http://forums.netbeans.org/topic28035.html its not working for me.

JETR NSEF
- 354
- 1
- 3
- 13
12
votes
5 answers
Is The Java Tutorials Translucent Window example giving trouble to those playing with jdk7?
Here's the example.
If you build and run TranslucentWindow in let's say, NetBeans IDE 7.0, which supports jdk7, you'll get the following exception:
Exception in thread "AWT-EventQueue-0" java.awt.IllegalComponentStateException: The frame is…

mre
- 43,520
- 33
- 120
- 170
11
votes
4 answers
package javax.ejb does not exist
I have opened a project in netbeans to view the project but there is a same error in most of the files. It says that "package javax.ejb does not exist". This is a working project and I am not sure what is wrong. Can anyone help me?

Scar
- 725
- 2
- 7
- 28
10
votes
2 answers
Maven Using JAX-WS 2.1 Instead of JAX-WS 2.2
I am using Netbeans 7 with Maven 2.2.1 and jaxws-maven-plugin 1.12. Code is deployed on Glassfish 3.1 - or will be when I get it to compile :)
When I build the project, the wsimport runs as expected and generates the source files from the WSDL…

Sean
- 125
- 1
- 1
- 9
7
votes
8 answers
Netbeans error with glassfish server 3.1?
I'm trying to launch a project in netbeans but I keep getting the error
"Could not connect to admin listener for GlassFish server 3.1
Verify that NetBeans can make outbound connections to localhost:4848"
I've been tackling glassfish server problems…

Zeeno
- 2,671
- 9
- 37
- 60
7
votes
2 answers
Google App Engine on NetBeans 7
Is there any pluggin or alternative way to use Google App Engine on Netbeans 7?
deploy
code completion
...

ehsun7b
- 4,796
- 14
- 59
- 98
6
votes
4 answers
Netbeans 7.1 dropped Swing Application Framework support? How can I migrate form 7.0 to 7.1?
Last week, I get very depressed, I have three big apps in production and many more using Swing Application Framework. Later, when I started to migrate to Netbeans 7.1, BOOM!, no more support for SAF.
So what can I do, any ideas how to migrate to…

j2gl
- 706
- 3
- 20
- 28
5
votes
1 answer
Netbeans disabling code completion in HTML for quote marks
In the Netbeans (v 7.01) code complete options I have disabled:
All Languages -> Insert Closing Brackets Automatically
Html -> Equals sign (=) Keypress After Attribute Name Autocompletes Quote Set
Html -> Quote mark (") Keypress After Attribute Name…

Spoonface
- 1,513
- 1
- 20
- 29
5
votes
1 answer
Is there a way to add a custom formatting rule to netbeans?
I am using netbeans 7.0 for php, and I want a specific type of formatting like so :
if ( ! foo)
There is currently no option to add spaces before and after !.
Can we get that in auto formatting for netbeans?
edit : oh, before you say there's a…

Shrinath
- 7,888
- 13
- 48
- 85
4
votes
1 answer
Following error in Netbeans7 when trying to create a new project
I am getting the below error in the "Select Project Location" screen when trying to create a New Project from NetBeans7
Dialog seems to be slow, probably because of JDK bug. Please try to upgrade JDK, remove zip files from Desktop folder or run…

Radha
- 121
- 2
- 13
4
votes
2 answers
Netbeans not highlighting the code that uses non existent function - php
I am using the following line in PHP with NetBeans 7.0 :
$ret = $this->stupid_function();
I certainly know that stupid_function doesn't exist in this class or any derivative of this.
"Navigate to source/declaration" takes me nowhere.
But still…

Shrinath
- 7,888
- 13
- 48
- 85
4
votes
9 answers
Why does Java seem to be executing faster than C++ - Part 2
Introduction
This is a follow up question to the one I asked previously: Java seems to be executing bare-bones algorithms faster than C++. Why?. Through that post, I learned a few important things:
I was not using Ctrl + F5 to compile and run c++…

SpeedIsGood
- 187
- 1
- 10
3
votes
1 answer
How to change the Syntax Highlighting on an individual file in NetBeans 7
I'd like to be able to switch the syntax highlighting in an individual file on the fly, I assume there's a way to do it as it's a common feature in IDE's but I can't find it in any menu option.
As an example use case, a CSS file with the extension…

Vincent
- 51
- 6
3
votes
0 answers
Netbeans 7.0.1 unable to commit deleted files
Since my update to Netbeans 7.0.1 I am unable to commit locally deleted files through subversion. They come up in the commit view every time and there is no error message when I commit, they just arent removed from the repository and thus comes up…

Kristofer
- 7,861
- 6
- 30
- 31