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
1
vote
2 answers

How To debug Android app on Emulator using NetBeans IDE

I recently downloaded the latest NetBeans IDE (for MACOSX) and imported/migrated a project over from the ECLIPSE environment. Everything looks, and works well... except that EMULATOR gets stuck "waiting for the debugger to attach." I tried…
tobrien
  • 618
  • 5
  • 7
1
vote
2 answers

The support for the development of java swing in Netbeans 6.7 and 6.8 isn't good?

when design when run when design and run in netbeans 6.5 they are the same, but int 6.7 and 6.8, as you see, they are different!
Keating
  • 733
  • 2
  • 7
  • 12
1
vote
2 answers

netbeans 6.5.1 reverse engine Oracle entity

i reverse engined entity class but the primary key is not anottaed with GeneratedValue . my table is created on oracle. do i need to add contraint on the table primary key for auto increment? rightn ow i manually edit the entity and add…
cometta
  • 35,071
  • 77
  • 215
  • 324
1
vote
2 answers

Two-Dimensional String Arrayb Student Records Program

I'm trying to create a program using a two-dimensional array to store information about students, their first and last name then 4 grades. The user has to be able to enter all of that into the program and press a button to calculate the averages of…
Chaos_Lord
  • 11
  • 3
1
vote
3 answers

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.sql.DriverManager; import java.sql.SQLException; import java.util.logging.Level; import…
Attilah
  • 17,632
  • 38
  • 139
  • 202
1
vote
1 answer

Organising Imports in NetBeans

Netbeans is able to organise imports in a similar fashion to eclipse, but: it seems unable to remove unused imports for classes that can't be resolved (and are no longer used) I can only organise one class at a time - eclipse allows import…
Stephen
  • 19,488
  • 10
  • 62
  • 83
0
votes
1 answer

Is it possible to clear the Netbeans output window from my application or temporarily disable all outputs?

Some background: I've created a Swing application which uses the Substance LaF (Thanks again, Kirill!) Unfortunately Swing creates a panel somewhere outside the EDT thus leading to an exception message from Substance every time I start my…
Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
0
votes
1 answer

NetBeans - how to restore JSTL 1.1 lib jars

For some reason my lib as JSTL 1.1 in the libraries list is empty... The jars paths were removed from the classpath with Tools -> Libraries dialog... How can I restore the JSTL jars back for NetBeans6.5.1 ? So my question is what jars JSTL 1.1 lib…
user592704
  • 3,674
  • 11
  • 70
  • 107
0
votes
2 answers

Ruby and Netbeans problem

I'm reading a file line by line in a simple program and when I print the the lines to the screen the last line can't be seen at the ouput window in Netbeans 6.5.1 IDE on Windows XP but when I run the program directly from the command line as "ruby…
user58643
0
votes
2 answers

jsp array list problem

i am trying to create an array that doesnt add items if the value/size is more than 20. this solution adds only 1 item and then stops even if the value is less than 20. how do i change it so that it accepts values only upto 20 max. package…
fdon
0
votes
1 answer

What Happened to BufferedImage class in Java ME 6?

from my small knowlegde from java se i want to try a tutorial on Java ME.I have Netbeans 6.5.1(with mobility package) and have Java 6 update 13 installed on my windows xp sp2.I've arrived on a stage of the tutorials where they are using…
black sensei
  • 6,528
  • 22
  • 109
  • 188
0
votes
2 answers

NetBeans gui design tool (matisse) seems to use Java 5 instead of Java 6

When trying to open a custom JPanel class in the NetBeans GUI design tool, I get the following error: Warning - Form loaded with errors Error in loading component property: [JPanel]->someScrollPane->somePlainJTable->autoCreateRowSorter No such…
Erik I
  • 972
  • 1
  • 11
  • 28
0
votes
1 answer

Can one implement a image background in his forms?

Is there a way that one could implement an image background in hos application(from)
mnmyles
  • 75
  • 1
  • 6
0
votes
4 answers

ID numbers generation

i am trying to code for my system in NetBeans IDE 6.5 to auto generate ID numbers for me like autonumbers in Ms Access. does any one have any ideas about going about that?i mean code for it.
mnmyles
  • 75
  • 1
  • 6
0
votes
1 answer

NetBeans IDE 6.5 and Microsoft Access

I would like to know if there is anyone who has used NetBeansIDE 6.5 before, also connected a MS Access 2007 database to a system developed with java Application option in the NetBeans platform. i would appreciate help very much especially if it's a…
mnmyles
  • 75
  • 1
  • 6