2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested NetBeans Solutions: 1 - 25 of 131
 
It looks like this has been asked a few times before, although I'm asking again because I don't think anyone has had quite the same configuration and I can't get it to work. I have living-e...
How to connect the netbeans to MS. Access database? we used the ODBC to creat a dsn and we try to link the defualt driver (JDBC-ODBC) but a message appears saying that it was unable to obtain ...
Hi Experts, I am using Netbeans and I have a number of projects. Recently some of these projects became interdependent. I would like to reference (via import?) the source files of any proje...
In netbeans 6.1, the Tomcat web server 6.0 is supposed to be integrated with the IDE, isn't it? but still it is not in the list of servers that are active so I tried to add server instance for...
I am making a simple prgram in NetBeans that asks for order amount and then outputs order amount plus shipping charge if order is under $25. The proble is that the output is not in a dollar fo...
Hello Experts, There is something that is really bugging me about Net Beans 5.5 and I was wondering if you could help. Every time I place a few components in a jFrame, the thing tries to he...
I am easily able to set up remote access to a sftp host in Dreamweaver. I would like to do the same type of remote access with Netbeans. I tried setting up a new server, but I there is no sftp...
I'm trying to develop a little app to automatically upload GPS data to the website located here: http://www.ngs.noaa.gov/OPUS/. I've taken a look at the source code, and have a rough idea of w...
Anybody know where I can find a step by step guide to build java applets in netbeans 6.7
I am trying to get familiar with JOGL but cannot seem to get around this little stumbling block. I downloaded demo code for the "Gears" demo from https://jogl-demos.dev.java.net/. The code wor...
How would I go about displaying the results of a simple MySQL select statement in a JTable component in NetBeans 6.0? Something like this: select ID, FIRST, LAST from table where variabl...
Using netbeans gui on a JPanel Form in the design view, components added to the form have a default gap of about 10px between them, how can i get rid of this default gap so i can lay out the c...
I'm working on a small project in Java and I can't seem to get the replaceAll function for strings to ignore the case. For example, I have String str = "This is a Test string"; str = str.rep...
I want to create a very simple, simple Java game that will run in a Java Applet. So it will not have a main method.I  The problem is that when I proceed with the steps to create a new project ...
I am trying to make an input field and a display text area in netbeans. If I input a number in the input field and press enter then the same number should be displayed in the text area. How Do...
Hi,   I have two jar files I need to import into my Netbeans 6.1 project.  I am new to Java and Netbeans.  How do I do this? Thanks!
I have created a project using netbeans. It runs perfect when run from netbeans, i.e by right clicking on the project folder, doing a clean and build and then clicking run. The jar file get cr...
Experts, Please help on how can I add/append new row dynamically. I'm using jTable1.setValueAt("asdf", 0, 0); to add data to a jTable. Thanks.
Hi, I am trying to download netbeans 6.5. I could not find the exact link for that.  I see only download link for latest netbeans 6.7.1.Any links, ideas highly appreciated.Thanks in advance
I have just download iso 8583 Framework named Jpos from web site : www.jpos.org. Then i try to import into NetBeans with Java Project with Existing Sources . I try with each folder level but...
I am using NetBeans 6.7.1 on OS X Leopard and have just installed iReport and Jasper Reports as NetBeans plugins. I created my first report and saved it ( with the default .jrprint extensio...
Hi i installed tomcat 5 and NetBeans 5 in my local system, i want to configure my tomcat in the Net Beans IDE, please give me the procedure
i have a old .java file coded many years back, and now i want to import this file at netbeans. i tried, but it shows the file but can't compile the file. how to do it?
When I enter a field name in the code, followed by a DOT, such as "jTextField1.", it shows me the valid options, but below it says "Javadoc not found" "Either Javadoc documentation for t...
I have succesfully setup security (with Glassfish but that seems to be somewhat irrelevant to this question) for a Netbeans visual application. Within my application I need to know the user n...