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

Add Java FX 2.0 to existing Netbeans project

I have an existing Java project in Netbeans that uses Swing and I would like to start using Java FX 2.0 for some components in that project. I have dowloaded the latest version of the JDK (1.7.0_03) and enabled JavaFX but when I try adding an import…
assylias
  • 321,522
  • 82
  • 660
  • 783
9
votes
1 answer

How to disable the automatic .gitignore modification of netbeans 7.0?

I like clean and simple files/code. So, I am using a global .gitignore depending on the machine settings ( IDE &|| OS Specific...). excerpt: # exclude OSX Files .DS_Store # exclude Logfiles *.log # exclude Netbeans project files /nbproject Netbeans…
dgAlien
  • 428
  • 1
  • 4
  • 9
9
votes
3 answers

Learning NetBeans platform: annotations vs layer.xml file

I am in the early stages of learning the NetBeans platform. I note that NetBeans 7.0 makes extensive use of annotations to register classes, specify window modes etc. This is a nice feature, but the learning materials that I've found so far (Rich…
michael
  • 762
  • 7
  • 13
9
votes
6 answers

Cannot uninstall NetBeans 7.3

I'm not able to uninstall NetBeans IDE 7.3 from my PC. It's showing "instance of the program is still running" even after I close all the background processes of the IDE. Can anyone help me??
user2381211
  • 91
  • 1
  • 1
  • 2
9
votes
10 answers

Set JFrame to center of Screen in NetBeans

I am developing a java swing desktop application with NetBeans and I want to set the JFrame to the centre of the screen. from the net I understand that I can use setLocationRelativeTo(null); to set the frame to the centre But i am unable to…
CodeAngel
  • 569
  • 1
  • 11
  • 31
9
votes
5 answers

In jVI for Netbeans, the cursor won't appear

Depending on the font I use, I might see a quarter of a cursor (lower right rectangle not flashing) in the wrong place, or no cursor at all. Still, the line I'm on highlights and the column number is displayed in the lower right. I've tried a mix of…
Philip
  • 7,253
  • 3
  • 23
  • 31
9
votes
7 answers

Netbeans keeps on restarting

I've installed the Nokia sdk 1.1 and chose to integrate the sdk with Netbeans IDE. Afterwards I tried closing the Ide but the Ide keeps on restarting and reinstalling the plugins. What can fix be the problem? I tried restarting the computer but…
sammyukavi
  • 1,501
  • 2
  • 23
  • 51
8
votes
4 answers

Netbeans - generating entity class from database

I am using netbeans IDE 7.1. I am trying to generate entity classes from a database(sql server). I am able to setup the connection to this remote datasource but in the New Entity Classes from database Wizard the tables are not showing up and at the…
Sampath Pasupunuri
  • 628
  • 1
  • 13
  • 25
8
votes
1 answer

PHPUnit whitelist code coverage

The whitelist isn't working how I would expect when get code coverage reports. I am using Zend Framework and my Zend files are also in the library directory just like the project quickstart. I'm running PHPUnit 3.6 from Netbeans 7.0.1 I only really…
gawpertron
  • 1,867
  • 3
  • 21
  • 37
8
votes
3 answers

Uninstall a netbeans 7.0.1 plugin, netbeans doesn't start

Netbeans 7.0.1 on Vista doesn't start after installing python plugin. How do I uninstall plugins manually? Is there a command line argument to start netbeans without plugins? If not, this should be easy to add to netbeans :-)
BCC
  • 81
  • 1
  • 3
8
votes
6 answers

What is causing this Java "Cannot find symbol" error?

I'm modifying inherited code and keep getting a weird "cannot find symbol" error which is throwing me off. //======= Error ========= Compiling 1 source file to…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
8
votes
3 answers

Java entering an if statement that is false

I'm running into the strangest error in this program, which is confirmed when debugging it. I have the following code (boiled down to highlight the problem, of course): BHFrame.java public class BHFrame { private boolean uSS; private StateSaver…
Ky -
  • 30,724
  • 51
  • 192
  • 308
8
votes
5 answers

NoClassDefFoundError but class exists

Here is the error: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: sfclocator/UpdateNameForm at sfclocator.SFCViewer.(SFCViewer.java:68) at sfclocator.SFCViewer$10.run(SFCViewer.java:1823) at…
Darkhydro
  • 1,992
  • 4
  • 24
  • 43
8
votes
4 answers

how to make netbeans start up faster. netbeans is taking an insane amount of time just to open

I do not know if its just my computer, but netbeans is taking an insane amount of time just to open. I'm wondering is there anything i can do to mitigate this problem. (Like maybe if i reduce the amount of tabs opened in netbeans it may speed things…
Pacerier
  • 86,231
  • 106
  • 366
  • 634
8
votes
2 answers

Auto deploy on save Netbeans entreprise project using maven

I have a NetBeans mavenized project Contaning: web project (war) ejb project (jar) parent project maven project After every change I must clean an build the maven project and Run the Parent project How canI configure my projects to…
CHHIBI AMOR
  • 1,186
  • 2
  • 13
  • 27