Questions tagged [netbeans6.5]

It is the version 6.5 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.

87 questions
30
votes
4 answers

How to link opened file with project tree in NetBeans

I feel dumb asking this question, but I can't find solution to this myself. When I open several files in editor and switch between them, I have problem finding currently opened file in project or files tree. I used Eclipse before and every time I…
Josef Sábl
  • 7,538
  • 9
  • 54
  • 66
30
votes
20 answers

JDK was not found on the computer for NetBeans 6.5

I got the following message when I open the NetBeans. I have got the JDK installed, and set the bin directory in the environment. What I could do next to avoid this problem? Btw, I am using Windows 7 64 bit.
william007
  • 17,375
  • 25
  • 118
  • 194
27
votes
5 answers

How can I prevent PermGen space errors in Netbeans?

Every 15-30 minutes Netbeans shows a "java.lang.OutOfMemoryError: PermGen space". From what I learned from Google this seems to be related to classloader leaks or memory leaks in general. Unfortunately all suggestions I found were related to…
Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
24
votes
3 answers

How can I make NetBeans not stop on the first line with xdebug?

I'm using NetBeans 6.5 for developing PHP and I have xdebug setup. Is there a way I can tell it not to stop on the first line of the file on every request? JIT mode won't fix this because I don't want it to stop on every exception that I catch.
Asa Ayers
  • 4,854
  • 6
  • 40
  • 57
19
votes
2 answers

Where can I set the JRE/JDK which is used to run Netbeans besides the command line?

First of all, I know about the command line parameter, but I don't want to use it because I want to learn, not just get it done, so... Where can I set the JRE/JDK which is used to run Netbeans? A little background: I installed JDK 1.6_10 (The…
Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
14
votes
3 answers

How to open NetBeans methods tree panel?

I just closed the methods tree panel in netbeans but now I cannot find how to open it back. I need to see the code methods and fields in a tree view. Where can I reopen the panel in netbeans?
user592704
  • 3,674
  • 11
  • 70
  • 107
13
votes
5 answers

No Such Method Error when creating JUnit test

I've tried figuring out this problem for the last 2 days with no luck. I'm simply trying to create an annotation based JUnit test using the spring framework along with hibernate. My IDE is netbeans 6.5 and I'm using hibernate 3, spring 2.5.5 and…
IaCoder
  • 12,300
  • 11
  • 37
  • 45
9
votes
3 answers

How to change settings in Netbeans 6.5 to run web application in not default browser?

I use Firefox as default browser in my computer. I need to develop the web application(JSP) project in Netbeans 6.5 and everytime I run the project, it run in Firefox. I want to run my web application in IE for testing but not change my default…
teerapap
  • 5,303
  • 7
  • 33
  • 40
8
votes
5 answers

How to get Netbeans 6.5 shareable libraries working

I created a Web application in Netbeans 6.5. Now I want to use the Joda Time library. I want to share this library via subversion, because I don't want my team mates to be dependend on some Netbeans configuration. Just to get the project working, I…
doekman
  • 18,750
  • 20
  • 65
  • 86
7
votes
5 answers

Open Implementation (type hierarchy) functionality in NetBeans?

When I have Java code like this: someInterface.someMethod(); how do I get Netbeans to show me which classes have implementations of someMethod() (not the interface). In Eclipse this is done with Ctrl+T, but pressing Ctrl+T on the method did nothing…
Dean Schulze
  • 9,633
  • 24
  • 100
  • 165
6
votes
2 answers

How to run all JUnit test cases from NetBeans?

I have created several files with unit tests on existing classes in NetBeans project. I used menu "File/New file/JUnit/Test for Existing Class" to create test files. I can run one file with unit tests by right click on it and select "Run File". But…
sergtk
  • 10,714
  • 15
  • 75
  • 130
6
votes
2 answers

How to upgrade Subversion version for Windows Netbeans

I installed Netbeans then I tried to checkout my projects inside Netbeans. During the process Netbeans informed me something about an old client version of subversion, and now I want to upgrade it. But I don't know where the client is, nor how to…
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
5
votes
2 answers

Netbeans not copying source files to web folder

I'm using Netbeans to develop an HTML/PHP site and I have the Run Configuration set as follows: Project URL: http://localhost/JEB Project Folder: C:\Documents and Settings\John\My Documents\NetBeansProjects\JEB Source Folder: C:\Documents and…
johnnyb10
  • 760
  • 3
  • 9
  • 21
4
votes
5 answers

How should I debug Trac plugins?

I'm about to start a fair amount of work extending Trac to fit our business requirements. So far I've used pythonWin and now Netbeans 6.5 as the development environments - neither of these seem to provide any way of debugging the plugin I am…
Chris B
  • 5,311
  • 11
  • 45
  • 57
4
votes
1 answer

How do I set up the JBoss Maven repository in NetBeans 6.5?

I tried to configure the Maven plug in (version 4) to add the JBoss Maven repository at http://repository.jboss.com/maven2/ following the guide at…
mjn
  • 36,362
  • 28
  • 176
  • 378
1
2 3 4 5 6