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
4
votes
2 answers

Netbeans 6.5 Diff Tool

I'm very happy of Netbeans 6.5 diff tool, I have to ask some questions about it: which is its name? there's an equivalent for eclipse? is there any standalone version (without netbeans)? Thank you very much!! Valerio
Valerio
  • 53
  • 1
  • 4
4
votes
10 answers

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 switch to Design Mode and specify custom code and then enter edit in indirectly that way, but it's a pain to not be able to edit text that's 2 lines…
Allain Lalonde
  • 91,574
  • 70
  • 187
  • 238
4
votes
4 answers

How to load a SQL file (stored in the source folder of my Java project) into MySQL from a Java Application?

I want to load an SQL file (which is stored in the source folder of my NetBeans Java Project) into MySQL from my Java Application during runtime. How can I do this? The SQL file is 15.15 MB in size and I am wondering whether I can copy into a String…
v_ag
  • 278
  • 1
  • 5
  • 17
4
votes
2 answers

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 TIMESTAMP(6). I am using Netbeans 6.5.1 and when I generate the hibernate.reveng.xml, hbm.xml files, and pojo files it sets the columns to be of type…
Jacob Schoen
  • 14,034
  • 15
  • 82
  • 102
4
votes
1 answer

How do a run a bash script on save in NetBeans?

I am using NetBeans 6.5 and whenever I save a LessCSS file I would like to run less compiler to compile it to native css. How do I go about achieving this? Many Thanks. Ravi EDIT: I can do a build file as Kim recommended below. I am searching for a…
Ravi Chhabra
  • 1,730
  • 3
  • 18
  • 27
4
votes
3 answers

A new version of Netbeans just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?

6.7 is out, and although going to the web and finding some .nbm-s and copying over a few update center URL-s isn't the biggest chore...it's still a chore. Any tips for this? Is there maybe a hidden directory somewhere that I can just copy into the…
rgcb
  • 1,111
  • 1
  • 11
  • 17
3
votes
1 answer

How to sync netbeans config/plugin/updates across multiple systems?

I use netbeans in both my desktop and my laptop. Updating and installing plugins on both systems is cumbersome, hence, it would be nice if there was a way to sync configurations, plugins, and updates across the systems. I tried copying the…
Sujoy
  • 8,041
  • 3
  • 30
  • 36
3
votes
1 answer

Creating a web project in netbeans without selecting a server

I'd like to create a web project in NetBeans, but I don't want it to deploy anything to the server autmatically. I just want to be able to create a war file, which I will upload to the server manually. From what I know the tomcat installation there…
mck
  • 2,040
  • 3
  • 19
  • 29
3
votes
6 answers

Can a layout manager spawn several JPanels?

I have to build a rather large form with many controls. The controls are divided in basic controls/settings and extended controls/settings. The user can decide if he wants to see only the basic or both basic and extended controls. I've dropped all…
Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
3
votes
4 answers

using rmic in netbeans

I have written rmi server code in netbeans 6.5. How can I use rmic in netbeans 6.5 so that I can create server_stub class?
jezhilvalan
  • 331
  • 1
  • 7
  • 14
2
votes
1 answer

can i create a login screen which will check for passwords and usernames from a table in a database

does anyone have a code for login screen that can register a new user and also login users that exist in a table in a database? i would appreciate very much any form of help
mnmyles
  • 75
  • 1
  • 6
2
votes
2 answers

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 to add the log4j jar/dependency, but it can't seem to find my log4j.xml file and I'm not sure how to tell Netbeans to find it. Here's my…
Ilane
  • 484
  • 7
  • 18
2
votes
2 answers

How do you add files to a jar using Netbeans 6.5?

I am working on a Java project using Netbeans for the first time. I would like to use Netbeans 6.5 to create a jar including about 50 text files. Is there a simple way to do this?
Miamian
  • 217
  • 6
  • 12
2
votes
3 answers

how we can add LWUIT in android application?

i used netbeans 6.5 for developing android application. i need to add LWUIT for this application. how we can add into this application?
bharath
  • 14,283
  • 16
  • 57
  • 95
2
votes
2 answers

Adding look and feel into java application

I am working with the NetBeans 6.5 IDE. I downloaded a look and feel jar file and added it NetBeans by palette manager. How do I use it in my application?
Samurai
  • 843
  • 6
  • 23
  • 44