Questions tagged [netbeans-6.9]

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

373 questions
0
votes
0 answers

Logo in Netbeans Toolbar

I have a simple question which I couldn't find out how to implement it with the help of the search engines on the Internet. I am using Netbeans 6.9.1 as a RCP for the project I am working on. Netbeans provides a Toolbar which is quiet neat in terms…
Thor
  • 29
  • 6
0
votes
3 answers

Jersey RESTful Service, Error 500

I am new to Restful web services. I want to access the Server via a Jersey Client. But I am getting a 500 error. What i am trying to do is submit an table name through the client end and retrieve the table contents as a JSON. Can anyone please find…
Dimi
  • 81
  • 2
  • 2
  • 9
0
votes
1 answer

How to disable master password window on netbeans startup?

Whenever I run netbeans 6.9.1 in my ubuntu 12.04 it asks for master password. I hate this dialog to pop-up and want to disable it. How to fix this problem?
przbadu
  • 5,093
  • 2
  • 37
  • 54
0
votes
1 answer

Change subversion username in NetBeans 6.9.1

Am using NetBeans 6.9.1 I need to change the username and password for URL repository (am working on many repositories) to my project after i entered the username the first time i checked out from repository , How can i do that . I checked from…
shareef
  • 7,886
  • 12
  • 53
  • 80
0
votes
1 answer

connector/j for mysql-installer-community-5.6.10.1

i am new for mysql and java so i don't know how to Install connector/j and also which version of connector/j for mysql-installer-community-5.6.10.1. ?
Archit Patel
  • 47
  • 1
  • 2
  • 13
0
votes
1 answer

In NetBeans IDE 6.9.1, can I remove the auto-correct-like functions?

Yes, I know that sounds very very vague, but say I begin typing a program: public class programname and then I hit the return key to insert a { at the far left. The program automatically makes it tab over. Additionally, when I hit the { key,…
Brandon Durst
  • 73
  • 1
  • 4
  • 11
0
votes
1 answer

Name Not Defined Error within a For Loop?

I'm new to Python (this is my second language), so hopefully my question can help somebody else also struggling with something similar. For reference, I'm using Netbeans IDE 6.9.1 and running Python 2.7.3. A bit of a backstory, I'm studying a…
Chris
  • 61
  • 5
0
votes
1 answer

rake aborted error when migrating database

rake aborted! The driver encountered an error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown database 'dbapp_development' what should be done? i've created the database using rake db:create
0
votes
1 answer

Ruby193 completely ignore breakpoints in debug mode

I had just upgrade from Ruby192 to Ruby193 (rubyinstaller-1.9.3-p392). After gone through many errors and googling, I manage to start up the server normally without any error. When I start up my server with debug mode (In NetBeans 6.9.1) it just…
stanicmail
  • 683
  • 6
  • 18
0
votes
1 answer

not able to connect main class with other class in netbeans

I am trying to make a gui based application in netbeans but my main class is not connecting to other class. The code for main class is as below: package legaldiary; public class Main { public static void main(String[] args) { // TODO code…
Aditya Agarwal
  • 155
  • 1
  • 5
  • 13
0
votes
1 answer

Create and connect a database in java

i am using Netbeans 6.9.1 & GlassFish Server 3. It is my first time trying programming using datatbases in Java. I have sketched an E-R diagram for my database. I want to create a database in java, including tables and fields. Then, i want to…
limas
  • 27
  • 1
  • 7
0
votes
0 answers

JSP file is throwing ORA-12520

The following code will execute for 160 times in single page load. After 10 to 15 times im getting the following Exception: [Oracle][ODBC][Ora]ORA-12520: TNS:listener could not find available handler for requested type of server Code is package…
0
votes
1 answer

Where can I find the oracle10g database related files to my netbeans project?

I have made a College Management System project in Java using Netbeans 6.9.1 and Oracle10g. where can I find the database files related to my project so that i can export those files to another system?
sakshitnj
  • 3
  • 3
0
votes
1 answer

Ruby Gems Update in Netbeans 6.9.1 seems broken

I'm trying to update all of my gems in a NetBeans ROR application but when I try to use the gems update GUI the process fails and gives me a long-winded error message (pasted below) any ideas on how to solve the problem? Installing gem…
0
votes
3 answers

How to integrate Java DB shipped with JDK in to Netbeans 6.9.1

I am using Netbeans IDE 6.9.1 and jdk1.7.0_04 x64. I am not getting anything in Database node in Services tab of Netbeans? How to integrate Java DB in Netbeans? Do I have to download any tools for Netbeans?
nullptr
  • 3,160
  • 4
  • 31
  • 66
1 2 3
24
25