Top "Netbeans6.5" questions

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

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 …

netbeans java netbeans6.5
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 …

java netbeans netbeans6.5 java-6
Bypassing Lock on Generated Code in NetBeans 6.5?

In NetBeans the GUI Builder generates code that is off limits to you from the editor. I know you can …

netbeans netbeans6.5
Netbeans with Oracle connection java.lang.ClassNotFoundException

I use NetBeans 6.5. When I try to run the following code: package com.afrikbrain.numeroteur16; import java.sql.Connection; import …

java netbeans jdbc netbeans6.5
How to map oracle timestamp to appropriate java type in hibernate?

I am new to hibernate and I am stumped. In my database I have tables that have a columns of …

java hibernate oracle10g netbeans6.5
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 …

netbeans netbeans6.5
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 …

java methods netbeans6.5 gui-builder
How to configure log4j using Netbeans and Maven for standalone app

Setting up a new standalone app and want to use log4j. Am using Maven on Netbeans (6.5), and was able …

log4j maven netbeans6.5