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
0
votes
1 answer

Individual column widths of Jtable in netbeans

I'm new to using JAVA.. How do i set individual column widths of a JTable in netbeans?
Akshay
0
votes
1 answer

PHP Netbeans - New Project from Existing Sources asking for an Index file?

I'm trying to create a new project in NetBeans PHP from existing sources. When I try to create a new project, it asks me for the location of an Index File. What is an Index File in the context of NetBeans?
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

using inheritance in a BPEL process in NetBeans 6.5.1

I am building a BPEL process that takes an itinerary as input: this is made of an unbounded list of elements and some attributes. The task of the process is to go over every element of the list "booking" it, assign some value to the attributes, and…
mccc
  • 2,354
  • 1
  • 20
  • 22
0
votes
5 answers

Making this code for image resize() work

My instructor sent me this code, which is supposed to be an integral part of an ongoing project. Thing is, it doesn't work. import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.awt.*; import…
andandandand
  • 21,946
  • 60
  • 170
  • 271
0
votes
1 answer

Using XOM with NetBeans

I am attempting to install XOM so I can use it in my Java apps. The only problem is, I don't know where I can place it so NetBeans can find it. It would make sense to put it where the other .classes files are, but I can't seem to find them…
Joseph Burley
  • 373
  • 1
  • 6
  • 14
0
votes
1 answer

Hibernate is calling public methods on the entities after a query, why?

I'm using hibernate 3.0 (with posgre 8.3), Java 1.6 and Netbeans 6.5. I've created one native query to return all the unique most recent entries like this: String query = "SELECT DISTINCT ON (origem) * FROM entrada " + "ORDER BY…
Ricardo
  • 291
  • 2
  • 11
0
votes
1 answer

Where is user settings file in Netbeans 6.5 on Vista?

I can't seem to find my settings file, where I can find my IDE Editir color settings file and save it ... So if I need to install NB on another machine I can just copy my settings from this machine to the new one. Or if my PC crashes and need to…
Frank
  • 30,590
  • 58
  • 161
  • 244
0
votes
1 answer

installing jdk1.6 and netbeans on opensolaris2008.11

i installed jdk 1.6 using both the .sh( jdk-6u12-solaris-x64.sh ) and the .tar.Z(jdk-6u12-solaris-x64.tar.Z) files but neither the command prompt nor the netbeans installer is detecting the installation. wat is the correct way to install the jdk on…
Anand
0
votes
1 answer

seam-gen, netbeans and completion

How can I make seam-gen work with NetBeans 6.5 so that completion of tags (s:, ui:, rich:, ...) works? In the free-form project that seam-gen creates, this does not seam to work. If I create a standard NetBeans web application (File -> New Project),…
msdfs
0
votes
1 answer

Getting sum of values of a column of a jtable

I want to get the sum of values of a column of the table on the click of a button, perform calculations, and then display results in the corresponding textfields. I used the following code:- int delivery =…
ritiksr25
  • 3
  • 5
0
votes
1 answer

Netbeans 6.5 generates a lib folder when creating a GUI

How do I create a jar that incorporates the lib folder so I can email a single jar. As it is if I don't include the lib folder and the jar folder the jar will not work. I would like to add the lib folder to the main jar so I only need to send…
Miamian
  • 217
  • 6
  • 12
0
votes
1 answer

How can I compile weka-scr.jar in netbeans

Hi Everybody I am trying to compile ready source code in netbeans for example weka.scr.jar so please anyone tell me in detail how can I do it. thanks in advance.
Fereshteh
  • 1
  • 1
0
votes
1 answer

How to run android application on netneans 6.5?

How to run android application on netbeans 6.5? If i running the application means i got following error, W/ResourceType( 1968): Bad string block: string #14 extends to 1847, past end at 60 How to resolve this issue?
bharath
  • 14,283
  • 16
  • 57
  • 95
0
votes
1 answer

netbeans 6.5 giving java.lang.NullPointerException suddenly when starting

I use Netbeans for coding in Ruby. Since yesterday, netbeans is suddenly not starting normally. It gives a java.lang.NullPointerException and then after i cancel the popup box, it loads after some time ( taking much longer than it used to earlier ).…
Suman Mukherjee
  • 205
  • 1
  • 3
0
votes
1 answer

Problem in creating win installer in i

I am trying to create an executable file (.exe) of iReport with my module included in it. While I run the target the create-iReport-distro-win-installer, I am getting the following error. Note: I am using netbeans 6.5.1 java.io.IOException: Cannot…
Jagadesh
  • 6,489
  • 8
  • 29
  • 30