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 GUI built through the steps.
Why is that? I mean, when I click on the preview button, the GUI looks native (nice) as well. It's just when it's deployed that i...
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 binary mode, I am using same ftp client (FileZilla), but i have changed my ide from phpDesigner to netbeans.
Can anybody Please explain me why is this happening,...
In NetBeans 6.7.1, I had a Java project in which I renamed some classes. After renaming them, the code completion showed the old names of the classes and not the new names. When I would build a project that depended on this project, I noticed it would even create the .class files for the old classes. If I deleted the renamed classes and ...
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 step to transform a regular Java class to a GUI component so that Netbeans would recognize it and allow me to use GUI Builder ? (i.e. switch between Source and De...
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 guessed that some intermittent error had
corrupted the repository the first time around... that appears not to
be the case.
I'm using hg 1.3.1 on Ubuntu 9.4...
Hello good fellas
this week i poste on stackoverflow about a script to start/stop/restart tomcat on a mac. i got it working finally but apparently springsource tool suite (based on eclipse galileo 3.5.1) can't publish to it. so i thought it's eclipse bug.I started suspecting tomcat itself after i tried with netbeans 6.7.1 (i've always w...
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 of setting up my environment i face some challenge.I got a maven project which uses cargo plugin to publish to tomcat working fine.for that i had to google to c...
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 where to look for slowdowns?
Intel Core Duo 2.2 GHz, 3.5 GB or ram, accoring to the system properties panel. 90 GB of free hard disk space.
...
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 netbeans 6.7.1. My credentials are ok, i can connect, update, commit using RapidSVN.
thanks :)
Later edit
i am not behind a proxy
didn't updated the working copy,...
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 1.6
setenv JAVA_HOME /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/
setenv CATALINA_BASE /Library/apache-tomcat6020
setenv CATALINA_HOM...
When I type attribute in tag Netbeans automatically add two quotes:
<form method="|">
I want to make it use single quotes:
<form method='|'>
...
I have to run tomcat 5.5 with netbeans 6.7. This is NOT my choice. I have some legacy software that I am not allowed to re-write and must be supported. The question is how do i get tomcat 5.5 to shut down properly using netbeans commands to shut it down? It starts up fine with a bat file I created, but when I try to stop it, netbeans t...
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 GUI in Matisse? Or do I basically have to rebuild it from scratch in Matisse?
Cheers,
red.october
...
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 framework I want.
Due to certain circumstances (competition rules and so on), I have to switch and use Dreamweaver CS4. Does Dreamweaver internally provide such ...
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 > Run, but I can't see any servers in the Server drop down list.
Tomcat is running, I can verify that by seeing the tomcat manager on http://localhost:8080. I hav...
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 (HJ1'-E/;)
when i open this file in notepad, it is ok.
the code that i used:
CSVReader reader=new CSVReader(new FileReader("d:\\a.csv"),',','\'',1);
String[...
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");
In libraries, "derby.jar" do exist. I'm using NetBeans IDE 6.0.
Could anyone help me to solve this problem?
...
Can you publish a Java web application to an instance of a running remote Tomcat/Glassfish or be it any J2EE app server from netbeans, similar to the way you publish a web application using VS? If yes, please provide the steps
...
Hi,
A library that my java application uses needs looks for a file (log4j.xml) in the class path. I use netbeans to manage my project, but I can't find a way to include the lib/ folder.
Netbeans automatically creates a MANIFEST.MF file inside the application jar and also creates a folder called lib/ which includes all dependencies. Thi...
Is it possible that anyone has a link to a graph class/library that I can use to produce a graph in Java?
Thanks for any help!
...