Questions tagged [netbeans6.7]

It is the version 6.7 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
3
votes
1 answer

netbeans 6.9 UML support?

Is there a simple way to have UML with Netbeans 6.9 or it's easier to roll back to Netbeans 6.7 which worked great? Thank you!
Nick
  • 605
  • 3
  • 11
  • 27
3
votes
1 answer

Installing NetBeans 6.7.1 with JDK 1.6

I need to install JDK 1.6.14 in order to install NetBeans 6.7.1. I uninstalled from control panel JDK 1.8.77 but in cmd for "java -version" i have always 1.8.0.77 How can I uninstall all the version of Java (Control Panel is not enough) or how i…
pacio14
  • 351
  • 1
  • 8
  • 18
3
votes
2 answers

NetBeans - How to import a class from an external library

I have a Java project in Netbeans and I want to use some classes from Weka within my project. I added the file C:\Program Files\Weka-3-7\weka-src.jar into my Libraries following the instructions here (project, properties, libraries ..) So how do I…
Greg
  • 45,306
  • 89
  • 231
  • 297
3
votes
1 answer

Weird System.out.print Behavior in Netbeans

I'm getting weird results from the System.out.print immediately below the Scanner declaration in the code snippet below. It seems like it's executing twice. I've debugged it and immediately after executing the print statement I get this in…
Brian
  • 2,253
  • 2
  • 23
  • 39
3
votes
2 answers

Netbeans Version Control File Color Codes?

I'm trying to find a legend that can help explain the different colors NetBeans uses to describe the state of a file. Some of my file colors are: Grey Blue Green Any others I have yet to discover If it helps, I'm using Netbeans 6.7 with CVS. What…
Nate
  • 18,892
  • 27
  • 70
  • 93
3
votes
4 answers

Problems creating a Java Mobile Application project

I have installed the Netbeans 6.7 IDE with Java ME included, but cannot create a Mobile Application project from the Java ME category. When I select the project type the wizard stops at "Finding Feature" with the message: Not all requested modules…
asponge
  • 636
  • 5
  • 8
2
votes
1 answer

Calling a web service

I have written a web service that seems to be running fine - I can call it using the Netbeans interface. I have also written another application that can call it fine while running inside the Netbeans compiler (6.7.1). However when I deploy it on…
Jan
  • 330
  • 4
  • 12
2
votes
1 answer

how to fix Javax. Naming.exception: nameNotFoundException not found

I got this exception while trying to deploy ejb-jar file on a glassfish 2.1 : Javax. Naming.exception: nameNotFoundException not found. This drive me to be crazy !!! I don't know why i got this exception while when i launch the hole application…
bilel gaddour
  • 21
  • 1
  • 3
2
votes
2 answers

how to configure quartz in netbeans

I have downloaded quartz scheduler.I wrote a program for generating random numbers for every 2 mins.I want to configure this program with quartz scheduler.I searched through the net but i am unclear with this.could anyone tel the steps to configure…
Aravindkumar
  • 175
  • 2
  • 2
  • 11
2
votes
4 answers

How to make a jar file?

How can i make a jar file from both the command line and Netbeans 6.7?
Sundhas
  • 605
  • 4
  • 10
  • 18
2
votes
1 answer

uninitialized constant

I'm trying to do this tutorial-> http://netbeans.org/kb/docs/ruby/rapid-ruby-weblog.html BUT its giving me this error: NameError in PostsController#index uninitialized constant PostsController::Posts I don't know whats wrong
Lilz
  • 4,013
  • 13
  • 61
  • 95
2
votes
3 answers

Cannot execute Java app on Vista Business - "Cannot find the main class... Program will exit"

I have written a Java GUI app (using Netbeans 6.7) requiring Java 1.6. I successfully run it on my XP PC and also my Mac OSX (10.5.7). My client is running Vista Business, and cannot run the application by double clicking the jar file. He can…
Prembo
  • 2,256
  • 2
  • 30
  • 50
1
vote
0 answers

How to add code in mobile application build in netbeans

I have made a mobile application using net-beans, now i want to add my code in that application but its not working, this is my first mobile application please help me out.
1
vote
1 answer

Netbeans Container deletion operation fails to perform properly?

I'm trying to delete a JPanel from my mailPanel under [FrameView] in Netbeans??! When I delete this JPanel it just deletes this from Inspector view, it does not unlink and delete all the components it has auto-generated as a result of creating…
Sam
  • 2,702
  • 5
  • 31
  • 45
1
vote
1 answer

Why can't I install plugin for android development in netbeans?

I'm using netbeans 6.7.1. I followed the instructions from here to install the plugin for android development. I've riched into the step where I should choose 'Android' in “Availalble Plugins” tab,and then get into the installation,and get an…
user971817
  • 11
  • 2