Questions tagged [netbeans-6.9]

It is the version 6.9 of Netbeans IDE for java application development.

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python, Groovy, C, C++, Scala, Clojure, and others. The NetBeans IDE 7.0 no longer supports Ruby and Ruby on Rails.

The NetBeans IDE is written in Java and can run anywhere a JVM is installed, including Windows, Mac OS, Linux, and Solaris.

370 questions
90
votes
11 answers

Leaking this in constructor warning

I'd like to avoid (most of the) warnings of Netbeans 6.9.1, and I have a problem with the 'Leaking this in constructor' warning. I understand the problem, calling a method in the constructor and passing "this" is dangerous, since "this" may not have…
asalamon74
  • 6,120
  • 9
  • 46
  • 60
89
votes
1 answer

Netbeans: Automatically Select Current File in Projects

How can I get Netbeans to automatically select (highlight) the currernt file in the Project window? Whenever I select a file in an editor tab I would like the project window to move to that file (expand parent packages/directories if necessary). At…
Josh Johnson
  • 10,729
  • 12
  • 60
  • 83
78
votes
10 answers

How do I refresh Netbeans workspace?

In Eclipse, there is something called refresh workspace or F5 that refreshes the files, to make sure to pick-up any files that are changed outside eclipse. How do i do that in Netbeans ? I am using 6.9.1 for PHP/Java development? I don't see any…
Satish
  • 6,457
  • 8
  • 43
  • 63
55
votes
1 answer

NetBeans always shows warning: "The authenticity of host x can't be established" after upload, download or synchronize

I'm currently using NetBeans 6.9 with the PHP plugin and a PHP Application from Remote Server project. However, every time I upload or download with it, I'm prompted with a warning that reads: The authenticity of host x can't be established. RSA…
Thomas Owens
  • 114,398
  • 98
  • 311
  • 431
31
votes
4 answers

Export JAR with Netbeans

How to export java project to JAR with Netbeans ? I cannot find options like in Eclipse.
Damir
  • 54,277
  • 94
  • 246
  • 365
24
votes
4 answers

Java, How to add library files in netbeans?

I am new to the Netbeans IDE and Java. I have a java project that shows lot of compilation errors: can not import "org.apache.commons.logging.Log" Can somebody please help me with these errors, How do I add library files in Netbeans IDE?
kiddo
  • 1,596
  • 7
  • 31
  • 60
16
votes
9 answers

trouble deploying .WAR to tomcat

im having trouble deploying a war file on tomcat. i have written a webapp in netbeans on my windows machine. it all runs fine. what i want to do is deploy the application on my linux computer that is acting as my server. once the application is…
David
  • 893
  • 3
  • 10
  • 15
15
votes
6 answers

How can I change the source folder for a PHP project in NetBeans?

I'd like to change the Source Folder for a PHP project that I have set up in NetBeans 6.9. It doesn't look like NetBeans offers any easy way to do this. Does anybody know a way to make this happen? Thanks...
Mark Northrop
  • 2,613
  • 1
  • 20
  • 21
14
votes
3 answers

Changing my web browser in Netbeans 6.9.1

I have Netbeans 6.9.1 and I want to change the default browser to Chrome. I have seen a thread that says for Netbeans 6.5, it can be configured from Tools > Options > General but the problem is I can't find Options in my Tools tab because I am not…
helpdesk
  • 1,984
  • 6
  • 32
  • 50
13
votes
1 answer

netbeans: how to disable the automatic text diff?

I am using NetBeans for some java projects that are under Subversion scm. Whenever I editsomething, Netbeans (6.9.1) starts adding colored lines, both in the left and right margins. That, combined with the other colored indicators it adds for like…
stijn
  • 34,664
  • 13
  • 111
  • 163
13
votes
2 answers

How do I Ignore the build folder in NetBeans 'Find In Projects'?

Anyone know how to ignore the build folder when doing a 'Find in Projects' on NetBeans (v6.9.1). Currently the Search results pane shows all results from src folders but also those from the build folder so if your project contains a lot of JSP files…
YetMoreStuff
  • 930
  • 1
  • 9
  • 16
13
votes
3 answers

Change JRE in a NetBeans project

I have a NetBeans project which is using the JRE 1.4 environment which means I can't use generics. How can I change the project to use 1.6(?), so I can use generics?
griegs
  • 22,624
  • 33
  • 128
  • 205
12
votes
4 answers

How to move NetBeans Workspace?

I have installed NetBeans in C drive and now I want to move it to another drive. Is there any option available in NetBeans?
Raj
  • 2,463
  • 10
  • 36
  • 52
11
votes
1 answer

How to make properties file in netbeans

i am working on a struts2 web application-project and using netbeans 6.9. i want to create a properties file for my project. how do i do that in net-beans........
SonOfTheEARTh
  • 1,858
  • 5
  • 21
  • 23
10
votes
2 answers

JPA 2.0 (logging and tracing through) with Glassfish 3.0.1 and NetBeans 6.9.1:

I am using JPA 2.0 (EclipseLink provider) with Glassfish v3.0.1 and NetBeans 6.9.1 and am NOT able to see the queries and other logging information from JPA 2.0. Essentially I want to be able to see all the SQL statements which are being generated…
Alex H
  • 431
  • 5
  • 13
1
2 3
24 25