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

Display logo before GUI of main project displayed

I need to display my logo before the GUI of the main project is displayed.
0
votes
1 answer

Validation on swing

Plesae i need to make validation on text filed so user can insert null if user insert null on text files message box displayed to user
0
votes
1 answer

Can I make one Netbeans project depend on another without hacking a Makefile?

In Netbeans 6.5, I've got two different C++ application projects - my application and the unit tests. I want to set it up so that if my main application is rebuilt, the unit tests are rebuilt as well (and vice versa). Netbeans is good at resolving…
John Carter
  • 53,924
  • 26
  • 111
  • 144
0
votes
1 answer

When i compile aspectj file with axis2 service i found this error.Do anybody know what should i do

This Web axisService has deployment faults Error: java.lang.NoClassDefFoundError: org/aspectj/runtime/internal/AroundClosure at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2427) at…
0
votes
1 answer

How to run jsp netbeans glass fish on local ip 192.168.1.165

I am trying to run a jsp app on my machine ip: 192.168.1.165 and want to get it in system with ip 192.168.1.163 but giving the url http://192.168.1.165:port/app is not working ( we are working in intranet. ) Pls, help me... how to make this…
Sumit M Asok
  • 2,950
  • 7
  • 29
  • 38
0
votes
1 answer

Pure NetBeans doesn't work

I had system: ubuntu-9.04-amd64. I installed IDE NetBeans 6.5 from official default repositories. Everything worked correctly. But now, I decided to use ubuntu-9.10-desktop-amd64. I formated parts of my hard with: (/ and /usr). /home remains as…
rauch
  • 1,815
  • 7
  • 20
  • 31
0
votes
3 answers

Facing problem in Netbeans 6.5

I am using Netbeans 6.5 IDE. In the IDE, errors and warnings are highlighted as and when code is being written. I recently installed a plugin and since then, none of the errors are being highlighted in any code that I type in. Only after I build a…
pujakhemka
  • 123
  • 10
0
votes
1 answer

Netbeans 6.5 debug issue

I am debugging the following lines of code if (var.getvar2() != var3) { var4.add(var); } else { isNeeded= true; if (incomingPublishedDate.compare(modifiedDate) < 0) { importNeeded = true; …
Ajay
  • 7,378
  • 18
  • 57
  • 75
0
votes
1 answer

Ruby on rails scaffolding in Netbeans 6.5

I am playing with the scaffold feature of rails in Netbeans 6.5. Right click->Generate gives me a menu that allows me to create the scaffold but asks for "attribute pairs". I have some tables with quite a few columns and would rather have the…
mikewilliamson
  • 24,303
  • 17
  • 59
  • 90
0
votes
1 answer

Netbeans OutOfMemoryError when running j2me apps

I always get java.lang.OutOfMemoryError: Java heap space error when I try to run any J2ME program in Netbeans (with the big green play icon). How can it be fixed? (I can run J2ME programs after I build them in netbeans and double-click on the…
Jani
  • 111
  • 1
  • 8
-1
votes
2 answers

java JFrames

is there a way i could make a button display a form only once? that is i have two jframe(courses and main page);at one jframe (main page),i have a jbutton that when i click on it the other jframe opens(the code at the button's event: courses…
mnmyles
  • 75
  • 1
  • 6
-4
votes
1 answer

java netbeans 6.5.3 shows cannot find symbol getText

Hey guys I can't understand why I am getting this error of cant find symbol getText. These are my classes This is the error message.
Dhruv
  • 3
  • 2
1 2 3 4 5
6