Questions tagged [netbeans-7]

NetBeans is a platform development framework and an open-source IDE (Integrated Development Environment) for Java, JavaScript, PHP, etc. NetBeans is developed by Oracle Corporation.

You can find other info here: NetBeans Wikipedia Page

The main NetBeans project site, for documentation and downloads:

1567 questions
12
votes
10 answers

How do I reference libraries in NetBeans?

I have a Java Web Services project that was created in an older version of NetBeans, and I haven't accessed it in many months, so my paths and installed libraries are different. When I try to open the project, I get a "Resolve Reference Problems"…
Jay Sullivan
  • 17,332
  • 11
  • 62
  • 86
12
votes
13 answers

Glassfish 4 Admin not running from Netbeans 7.4 (Password Incorrect)

I am trying to run Glassfish 4 using Netbeans 7.4 IDE, but I am receiving an error dialog like Please check server admin user name and password properties. Also please check the server log file for other possible causes. I am passing the correct…
sokid
  • 813
  • 3
  • 10
  • 16
12
votes
1 answer

Can I save my window layout in Netbeans 7.2?

As tabs tend to open inside wrong windows after some time, it would be helpful to store a preset layout in order to go back if things get messed up. For example, if I am positioned in a run tab in the Output pane and open up a source file by double…
Mateng
  • 3,742
  • 5
  • 37
  • 64
12
votes
2 answers

NetBeans - JComboBox warning - missing type arguments for generic class JComboBox

I am using NetBeans IDE 7.1.2. When I compile my application I get the following warning: warning: [rawtypes] found raw type: JComboBox city = new javax.swing.JComboBox(); missing type arguments for generic class JComboBox where E is…
jadrijan
  • 1,438
  • 4
  • 31
  • 48
12
votes
4 answers

Netbeans Export to Jar, include all library files

What I really need is an equivalent of this from Eclipse with Netbeans: I want to Extract required libraries into generated JAR so I can distribute it without the need of including the lib folder everywhere it goes. Here's the original…
kentcdodds
  • 27,113
  • 32
  • 108
  • 187
11
votes
1 answer

Could not find file ${libs.jstl11.classpath} to copy

Good day guys. I have this project in netbeans that when I try to run, it gives out an error message: "Warning: Could not find file C:\wamp\folder1\${libs.jstl11.classpath} to copy. BUILD FAILED (total time: 0 seconds) I tried adding jstl-1.2.1.jar…
Rocky
  • 429
  • 1
  • 9
  • 26
11
votes
5 answers

How to interpret profiling results?

I ran memory Profiler using NetBeans and VisualVM and received the results but do not have a clue how to analyze its results, I studied this article but it does not teach or give a clue on how to interpret the results. I have also found this…
J888
  • 1,944
  • 8
  • 42
  • 76
11
votes
10 answers

build-impl.xml:1031: The module has not been deployed

I have been working on a Java web application and i am using SmartGwt on Netbeans 7.3 and out of a sudden I encountered this problem. I tried cleaning the build-impl.xml then restarting the IDE and I should say I have fairly low knowledge on this.…
Kromer
  • 125
  • 1
  • 2
  • 9
11
votes
2 answers

Unable to update Netbeans 7.1 to 7.2

I am having netbeans 7.1. When I am trying to update it, it says "Your IDE is upto date!". But you know, 7.1.2 and 7.2 are there!!! I thought this is because of an error in update channels. However, I yesterday install C++ and hit "Update" in…
PeakGen
  • 21,894
  • 86
  • 261
  • 463
11
votes
4 answers

The Java DB location is not set correctly - netbeans

I have checked the services tab to the left and there isn't a javaDB in the database option, there's nothing in there? i'm using jsp's and beans, is there something i'm doing wrong?. i'm getting the message The Java DB location is not set…
John Smith
  • 276
  • 1
  • 2
  • 15
10
votes
2 answers

Why can't I have static public fields in my managed beans?

I just started using the Netbeans 7.1 beta and it is calling out errors of a type which I have never seen before. Specifically: A managed bean with a public field should not declare any scope other than @Dependent. The fields it is complaining…
AlanObject
  • 9,613
  • 19
  • 86
  • 142
10
votes
3 answers

Could not start GlassFish 4.0 (Windows) - port 1527 - Address already in use

I'm a newbie in Java EE 7. I have Netbeans 7.4 with GlassFish 4.0 and Java EE 7. In a 64-bit Windows 8.1 Pro machine. I want to start the GlassFish 4.0 Server, so I clicked on the services tab in Netbeans and then in the Servers option I…
10
votes
2 answers

How can I show .git folder in Netbeans

I have a project which I check out remotely from my VM. Now it checks out all files except the one that he doesn't see. Which happens to be the .git folder... I already removed the regex from the options->miscellenous->files From…
Sangoku
  • 1,588
  • 2
  • 21
  • 50
10
votes
2 answers

How to change jdesktoppane default background image?

How to change jdesktoppane background image in MDI (Multiple Documents interface) using java netbeans? Means I added the jdesktoppane to java MDI so now I want to change default background image of that jdesktoppane which I'm using in java MDI. Any…
Ayaz Ali
  • 311
  • 2
  • 7
  • 16
10
votes
3 answers

Including Native Library in Netbeans

I am trying to read portable devices from java signed applet.... I found a jmtp library on http://code.google.com/p/jmtp/w/list to get access to portable devices but when i run it in netbeans it gives error Exception in thread "main"…
Umair Aziz
  • 1,518
  • 1
  • 19
  • 29