-1
votes
3answers
66 views
ClassNotFoundException
I'm getting the following error when I try to run a Java class which interacts with Java DB.
I try loading driver with :
Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
…
1
vote
1answer
22 views
parse CSV files that contain unicode character using OpenCSV
hi everybody,
i parse a .csv file with OpenCSV in netbeans 6.0.1. my file contains some unicode character and when i write it in output the character appears in other form(like (HJ …
0
votes
2answers
18 views
Netbeans: Is it possible to convert a hand-coded GUI into one understood by Matisse?
Hi:
I'm starting development on an existing open source project that used a hand-coded GUI. Is it possible to somehow import this into Matisse, so that I can edit this project's …
0
votes
2answers
25 views
Can’t Set Tomcat As Server For a Project
I've downloaded the latest Netbeans, 6.8 to be precise, then I got the download thats packaged with Tomcat and created a blank Java web application. Right Clicked > Properties & …
0
votes
1answer
14 views
Does Dreamweaver CS4 include jQuery?
Hi all.
Previously I was using Netbeans IDE to complete my JSP project. I was able to easily add Javascript framework such as jQuery into my project easily by selecting the JS fra …
0
votes
3answers
43 views
Can’t Run Netbeans after changing Java to 1.6 on mac
Hello guys
i know i've posting a lot about mac lately and setting up my environment to develop on java 1.6.
after trying to set my etc/launch.conf like so
setenv JAVA_VERSION …
0
votes
2answers
27 views
new to mac.Permission issue with applications
Hellos good fellas! now i'm desparate. I feel like i'm turning round. when i believe solve something then i break something else.
started using this mac this week.In the process o …
0
votes
2answers
15 views
Netbeans: using GUI Builder on regular Java class file
I'm using Netbeans. When I create a Java class, I sometimes want to change it to be a GUI component so that I can visually edit it using the GUI Builder.
What is the necessary ste …
0
votes
4answers
15 views
netbeans subversion authentication failed
Hello,
Today i started getting a weird error, i couldnt access any subversion repo from my netbeans app.
I keep getting authentication failed.
I am using ubuntu 9.10 and netbean …
0
votes
1answer
45 views
why I have to transfer same php script in binary now?
Hello,
I had developed a script, earlier I use to transfer it directly without any transfer mode selection, recently i developed and improved it, now I have to transfer it via bin …
0
votes
1answer
21 views
Why does netbeans freeze when I’m trying to type?
I'm using NetBeans 6.7 on win xp*. I'm not really sure what the pattern is, but lately performance has gotten really bad to the point where it's almost unusable. Any ideas for wher …
0
votes
1answer
29 views
Why does hg clone of hg.netbeans.org/main report “9 integrity errors”?
I just finished cloning the (huge) netbeans repository for
the second time. I found that I couldn't
successfully pull changes, after my first attempt to clone, earlier this week.
I …
1
vote
3answers
78 views
Java, Netbeans: How come the GUI looks different?
I'm a Java/Netbeans newbie learning how to make a GUI.
I was following this tutorial, and I noticed that the "finished" product (first picture in that link) doesn't look like the …
2
votes
3answers
102 views
64-bit Java Apps: Is a 64-bit OS, 64-bit JRE and 64-bit Application required?
Hi:
This question is about 64-bit Java apps in general, although I came upon it because of working with Netbeans/Eclipse. I'm using a 64-bit processor with a 64-bit OS (Windows 7 …
0
votes
5answers
44 views
How do I get input from System.in (Java) in Netbeans?
I have a small Java test app in Netbeans where the main() class reads input from System.in. How can I open a window into which I can type input? (I am using NB 6.7.1 on Windows 7). …
