Questions tagged [netbeans6.8]

It is the version 6.8 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.

175 questions
18
votes
1 answer

What does strikethrough mean in Netbeans?

What does it mean when things are written in strikethrough in Netbeans, like getObject in the example below? Version: Netbeans 6.8
Jean-François Corbett
  • 37,420
  • 30
  • 139
  • 188
15
votes
4 answers

Netbeans - *Easy* way to tell which Netbeans project a file belongs to

I was wondering if there is a way in Netbeans (v 6.8, or whatever) to have the editor tabs colored based on which project the file belongs to? Or some other easy way to distinguish which project a file belongs to. Basically my problem is that I…
shaune
  • 2,510
  • 1
  • 31
  • 36
13
votes
5 answers

How to import java classes from other projects in NetBeans 6.8?

I have just started playing with Java, and I really like the language. I am using the NetBeans IDE, and I find one odd oversight. I can create a new class in a project, but NetBeans doesn't appear to support any way to import an existing class…
John R Doner
  • 2,242
  • 8
  • 30
  • 36
12
votes
7 answers

How can I create a class diagram with NetBeans' 6.8 UML module?

It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very easy to create an UML diagram. No plugin installation necessary or sth. like. Read my post where I found a zip file to install the UML module. And now,…
Karussell
  • 17,085
  • 16
  • 97
  • 197
11
votes
4 answers

how i add ctp extension in netbeans

How i add CTP Extension using following method but it is not worked can any one help me ? Open preferences. Select Miscellaneous tab. Select Files sub-tab thing. Click on New file extension and enter tpl. Select the mime type. Click ok. Done!
Dilip Godhani
  • 2,065
  • 3
  • 18
  • 33
11
votes
5 answers

libusb cannot open USB device, permission isse. NetBeans/Ubuntu

I'm writing a C/C++ application in NetBeans based on libusb-1.0 on Ubuntu 12.04. I can get basic information from the USB device (for example, the interface description) but I am not able to open the device. The function libusb_open gives me the…
raff5184
  • 344
  • 1
  • 2
  • 15
9
votes
13 answers

GlassFish v3 Domain Server cannot start. Port is occupied

I imagine this is a pretty generic error. I cant seem to find any documentation on it. I am simply attempting to run a java web project with jsp's and beans... using netbeans 6.8 on windows xp. Thoughts? apologies for such a newb question. -Kirb
Kirby
  • 1,980
  • 3
  • 21
  • 33
9
votes
6 answers

Netbeans Intellisense for Rails

Has anybody figured out a way to make the Netbeans intellisense for ruby and rails better? It either has too many options in the list (which I understand is a problem since it is a dynamic language). Or it has no options in the list, as if it is…
seanmrafferty
  • 333
  • 2
  • 11
9
votes
6 answers

Cannot uninstall NetBeans 7.3

I'm not able to uninstall NetBeans IDE 7.3 from my PC. It's showing "instance of the program is still running" even after I close all the background processes of the IDE. Can anyone help me??
user2381211
  • 91
  • 1
  • 1
  • 2
8
votes
4 answers

Diff directories with content in Netbeans

I duplicated some folder with project's config to a new project a few days ago and made there some modifications (project name, paths, etc). After few days a source config dir has changed and I am wondering how to diff that folders in 2 projects to…
hsz
  • 148,279
  • 62
  • 259
  • 315
8
votes
1 answer

AccessControlException when trying to redeploy webapp to Tomcat using Netbeans

I'm getting the following error trying redeploy an webapp on Tomcat from within Netbeans 6.8. It has probably something to do with the new deploy on save and hot swap functionality. Any ideas how to resolve this issue? INFO: Error registering…
7
votes
2 answers

Netbeans web application - excluding the JAR while building the WAR

I'm using Netbeans IDE for developing a web applications, and I've some JARs available in the application server which don't need to be in the WAR (but we need them to compile and run locally). Is there an option in Netbeans to exclude the JAR file…
7
votes
4 answers

Netbeans: "Run -> Test Project" doesn't do anything

I have many JUnit tests, which are all created by Netbeans' assistant (so nothing customized). I can run every test manually by doing "Test File" (Ctrl+F6). But when I use "Run -> Test Project", the message "No Tests executed" is displayed. Do I…
java.is.for.desktop
  • 10,748
  • 12
  • 69
  • 103
7
votes
1 answer

Completely change IDE language in Netbeans 6.8

I installed the lastest version from NetBeans IDE (6.8). I tried to install it in English, but it forces me to install it in Portuguese (OS Language). I've googled about it and I found that I should add --locale en:US when launching the program. It…
Gabriel Bianconi
  • 1,179
  • 3
  • 19
  • 37
6
votes
2 answers

how to connect java and mysql using mysql connector java 5.1.12

I'm still a beginner in java. I dont have any idea on how to import the files that I have downloaded into my java class. Its in this path: E:\Users\user\Downloads\mysql-connector-java-5.1.12 I don't know what to do with the files I extracted from…
user225269
  • 10,743
  • 69
  • 174
  • 251
1
2 3
11 12