It is the version 6.9 of Netbeans IDE for java application development.
0
votes
0answers
20 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
23 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
107 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
38 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
39 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
41 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
69 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
23 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
26 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
36 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
29 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
87 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
694 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
96 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
100 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
217 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
58 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
58 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
90 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
77 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
50 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
76 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
83 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
55 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
50 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
357 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
202 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
356 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
123 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
243 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
355 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
307 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
216 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
129 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
198 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
84 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
244 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
434 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
507 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
70 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
284 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
212 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
135 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, ...
0
votes
1answer
65 views
Netbeans project integration with different frameworks
We work as a third party with MVC traditional framework with oracle 11g (no hibernate) with login.jsp page to enter the systems
The main company took the
struts2 and spring and hibernate frameworks ...
1
vote
0answers
148 views
NullPointerException in the Netbeans tutorial for Java EE
I try to follow the Netbeans e-commerce tutorial to familiarize myself with Netbeans. I use Netbeans 7.0, the tutorial is recommended for Netbeans 6.8-6.9. Usually the adaptations are quite easy (the ...
1
vote
1answer
191 views
OpenCV:Ubuntu:NetBeans:cvSubdiv2DEdgeOrg “undeclared”
I am using OpenCV 2.4 with NetBeans 7.0.1 on Ubuntu 11.10.
When I try to compile code that contains the following
CvSubdiv2DPoint* pt = cvSubdiv2DEdgeOrg( t );
I get the following compilation ...
0
votes
0answers
134 views
OpenCV:Ubuntu:Cannot find libopencv_imgproc.so.2.3 which is in Executable Directory
I am using OpenCV 2.3 on Ubuntu 11.10. I built an executable on a laptop, that is running Ubuntu 11.04 using NetBeans 6.9 and put the executable and libopencv_imgproc.so.2.3 in the same directory. ...
0
votes
1answer
277 views
Netbeans soapUI plugin
I am trying to install soapUI plugin for Netbeans 6.9.1, but I am getting this message.
Some plugins require plugin Lookup to be installed.
The plugin Lookup is requested in version >= 8.8.1 but ...
