It is the version 6.9 of Netbeans IDE for java application development.
0
votes
1answer
6 views
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 ...
0
votes
3answers
34 views
Overwriting the values in jTable
Why does the value in my jTable overwrites the first value which are
selected from the jcombobox? can somebody help me out with this code:
private void ...
-1
votes
0answers
19 views
Adding value from jComboBox1 into jTable1
jcbName.getSelectedItem().toString()
i am facing problem in the following scenario which is inserted in the picture for below.
how to get values from jComboBOx1 and insert them in the row of jTable1 ...
0
votes
0answers
15 views
Retrieving RGB values of .TIFF using JAI
I'm presently working on .tif files in Java Netbeans as a part of project. I could successfully read the .tif image using JAI code below but finding it impossible to get the RGB values in different ...
1
vote
1answer
16 views
Glassfish server started failed in netbeans 6.9
i tried all the option mentioned above but i cant able to start the server glassfish server 3.."server start failed" message is displaying.
i tried netstat -ao ,but nothing is displayed like ...
0
votes
0answers
51 views
generate pdf in ruby on rails using wicked_pdf
i have installed wicked_pdf gem and wkhtmltopdf but when i try to generate pdf i am gettin an error
Failed to execute:
"E:/nupur/wkhtmltopdf/wkhtmltopdf.exe" -q ...
-1
votes
2answers
31 views
In Ruby, is there a way for classes to be accesible by package, or are all of the classes to be written in the same file of code?
I'm using Netbeans to program in Ruby and I can't seem to access other classes I write from the main class in Ruby until I place that code inside the main class itself. Is there a way to fix this so ...
0
votes
1answer
31 views
How do I make readonly file writable in Netbeans
I am using Netbeans 6.9.1.
Whenever I open readonly file and want to edit it I have to go to file directory manually and remove the readonly flag from properties.
Is there any plug-in or some way ...
0
votes
1answer
211 views
I want to clear my output screen in Java using NetBeans IDE 6.9.1
My entire code can be found at the link below, I'm linking it for the sake of a shorter post
http://pastebin.com/6kw8cx3b
I want to clear the Output screen, I'm to make the program simulate a user ...
0
votes
1answer
50 views
Titled border issue for JPanel
I developed an application using netbeans. But the title of the titled border of JPanel has some alignment issue. In the 'show preview' the title is displaying as expected, but while running the code, ...
0
votes
1answer
49 views
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. ?
0
votes
1answer
45 views
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 ...
1
vote
1answer
88 views
Programming a delay in javafx script, is this possible?
Ok, so i have a problem with javafx, the netbeans 6.9.1 version that is (i know it's a bit old but i have to do this for a final assignement for school). So for the assignement i have to code a memory ...
-1
votes
1answer
24 views
getting error while edit_order_path
In my index.html.erb I have
<%= link_to 'Edit', edit_order_path(order) %>
Whenever I try to edit the order contents i got the following error:
NoMethodError in Order#index
undefined method ...
0
votes
0answers
5 views
How to run nessconnect
Struggling to run nessconnect, are there any resources to guide us in to running the GUI. I have imported the jar file in netbeans and ran it and got no results on my windows machine.I download the ...
0
votes
1answer
27 views
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 ...
0
votes
1answer
40 views
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 ...
0
votes
0answers
31 views
when i try to run/debug rake test to migrate database to current version, rake get aborted and i get following error
rake aborted!
The driver encountered an error: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
BEGIN NESTED EXCEPTION
java.net.SocketException
...
0
votes
1answer
95 views
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 ...
1
vote
2answers
909 views
How to validate a JTextField of email ID with a regex in swing code?
I have tried a lot for this validation but I'm not getting where to put the following code
String expression="^[\\w\\-]([\\.\\w])+[\\w]+@([\\w\\-]+\\.)+[A-Z]{2,4}$";.
Please help me in this.
2
votes
2answers
137 views
How to resize the jframe to the screen resolution in netbeans?
I am trying to develop application using swings in netbeans. So I want to resize my application frame to the screen resolution. Kindly help me out in this problem.
0
votes
1answer
120 views
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 ...
1
vote
1answer
342 views
Clear RadioButtons on Java Netbeans
I have a program which prompts users to select a choice out of four options (from a group of RadioButtons). Once the user has made a choice he/she clicks a button and then receives a message. After ...
0
votes
1answer
60 views
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 ...
0
votes
0answers
61 views
creating database through netbeans
I have a Java application developed in net beans, but when database handling comes I want that database should be automatically created at the time of sign up in access. is there any method to do so.
0
votes
0answers
92 views
Strange error with Java generic in Netbeans
I am using netbean 6.9 and encountering some strange errors:
I have an abstract class like:
public abstract class GenericDAOImpl<T, ID extends Serializable> {}
Then, a concrete class extends ...
0
votes
0answers
86 views
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 ...
0
votes
0answers
53 views
Error could not connect to web server for NB Ruby
I am creating a simple ruby on rails applications using NB 6.9 However I am getting this error when trying to run the project. "Could not connect to the web server - cannot show htxxxx ...
-6
votes
1answer
78 views
Computer Programming, issue with writing/displaying arrays [closed]
So I am very new to Java and writing programs and all. I have to write this one due in a couple of days that deals with an array list. I would ask a specific question but I have so many. Here is the ...
0
votes
1answer
86 views
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 ...
0
votes
1answer
60 views
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 ...
0
votes
0answers
54 views
contentType return null in servlet
I have a problem when I use contentType in servlet code then not execute that line and return contentType is null.
This is my code:
public class Resume extends HttpServlet {
protected void ...
-1
votes
2answers
374 views
Hibernate or Netbeans not allowing foreign key tables for reverse engineering
I am working on a small application with hibernate and JSF in netBeans IDE. My project works good with masters. Now I need to add one more table which contains relation with those master. The scenario ...
0
votes
2answers
217 views
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 ...
0
votes
1answer
423 views
Consuming Webservice with SSL certificate in NetBeans: How to configure Truststore and KeyStrore
I have generated the client Binding using NetBeans
NetBeans -> New -> Java Project
Right Click -> Webservice Client
Here I gave my wsdl url and generated the client bindings.
I want to configure ...
1
vote
0answers
126 views
J2ME NetBeans6.9 GameBuilder
First you open the GameBuilder, and create the sprites, Tiled Layers and a scene,
now how do i make it appear in the display on the emulator?
i tried creating a VisualMIDlet
and inserting this code
...
1
vote
1answer
250 views
Error : [Microsoft][ODBC SQL Server Driverr][SQL Server]Insert Error: Column name or number of supplied values does not match table definition
I am using MS SQL Server 2005 with Netbeans 6.9 for my Java Project.
Here's my Table structure (inside SSMS 2005) :
http://i.stack.imgur.com/bwTuH.png
Now, in Netbeans, I am using this code snippet ...
0
votes
2answers
416 views
Netbeans and Subversion committing error
When I try to commit or update or do anything with the subversion inside my NetBeans 6.9.1 an error message comes up and says:
It seems that files you are working with were created with an
...
0
votes
1answer
355 views
AbsoluteLayout lost in NetBeans
I made a Java application with AbsoluteLayout using NetBeans on a Machine then I moved project data files to another machine, there I got Reference Problem message for some libraries including ...
0
votes
1answer
233 views
ClassNotFoundException when running clojure jar
I am trying to run a clojure jar file and I get the error below:
C:\Users\Nahashon>java -jar C:\Users\Nahashon\.m2\repository\org\enclojure\sample\0.0.1\sample-0.0.1.jar
Exception in thread "main" ...
0
votes
5answers
137 views
Accessing a variable of a private function in another private function
Given the following code, how can I use myInt in private void jButton1 from private void jButton2?
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { ...
1
vote
2answers
211 views
ifstream not creating and opening a file for output
I am developing in C++ using NetBeans 6.9 on Ubuntu 11.04. I have declared the input and output file name strings and file streams thus
ifstream fpInputFile, fpOutputFile;
string ...
0
votes
0answers
88 views
Glassfish shows tomcat index.jsp instead of project's index.jsp
I am trying to develop a project on my system using Netbeans 6.9.1 and Glassfish 3. (I am having trouble deploying to TomCat, but that's a different issue)
When i run the project however, I get the ...
1
vote
1answer
248 views
Conversion of GenBank format file to FASTA format
I am quite new to Java and want to build a program that can convert a GenBank text file to FASTA format. Basically there will be two texboxes: one where I will upload the GenBank format file, and a ...
2
votes
1answer
453 views
Java parsing in NetBeans 6.9.1 has stopped working
I'm having a problem with NetBeans 6.9.1 that has cropped up recently after many months of problem-free use. I'm on Red Hat 5.7 coding in Java with Spring and NetBeans RCP.
Every time I open a file, ...
0
votes
2answers
530 views
Java Current Time is 2 hours ahead of my system's Time
I am using following Java code to get current date and time:
DateFormat dateFormat = new SimpleDateFormat("MM/dd/yyyy");
DateFormat timeFormat = new SimpleDateFormat("HH:mm:ss");
Date date = new ...
0
votes
0answers
73 views
netbeans plugin javafx download
I installed JavaFX plugin for NetBeans 6.9.1 several months ago. I now can't find this plugin on internet or my computer. Where can I download this plugin again?
0
votes
1answer
305 views
Renaming and deleting files
I am writing a program to find information and remove them from a text file by making a temp file, removing the original one and then renaming the temp to the original file. So far I have achieved to ...
0
votes
1answer
219 views
which jboss application server works with netbeans 6.91.?
I am trying to add a jboss server in netbeans 6.9.1
I tried,
openlogic-jboss-5.1.0.GA-all-bin-1
jboss-as-distribution-6.1.0.Final
jboss-as-distribution-6.0.0.20100721-M4-src
jboss-5.1.0.GA-src.tar
but ...
0
votes
1answer
141 views
Run a ejb outside it's container in Netbeans
I am using netbeans to run my web application. Now, in my web application project, I have a jsp code which call a servlet and that servlet call's a EJB and shows the output of EJB in a jsp page. Now, ...
