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.

373 questions
87
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
  • 9,458
  • 11
  • 56
  • 81
85
votes
10 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
  • 5,930
  • 9
  • 43
  • 59
72
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,337
  • 7
  • 39
  • 62
53
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
  • 107,741
  • 94
  • 299
  • 427
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
  • 48,513
  • 89
  • 234
  • 352
22
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,486
  • 6
  • 28
  • 60
15
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
  • 863
  • 3
  • 10
  • 14
14
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...
mtnorthrop
  • 2,583
  • 1
  • 18
  • 21
13
votes
2 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,824
  • 4
  • 31
  • 48
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,161
  • 10
  • 31
  • 51
12
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
  • 31,563
  • 13
  • 95
  • 145
12
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
  • 769
  • 1
  • 8
  • 14
11
votes
3 answers

Change JRE in 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,002
  • 28
  • 113
  • 201
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,738
  • 5
  • 20
  • 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
  • 421
  • 3
  • 13
1
2 3
24 25