Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested NetBeans Solutions: 1 - 25 of 96
 
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 ...
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...
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...
I am new to Java CAPS integration work and have done a previous project in version 5.1.3. For a new project we have deicded to develop in version 6 and have installed NetBeans IDE 6.1 Java CA...
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.
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...
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...
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...
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...
I am developing an application in NetBeans thats uses the built in database server (apache derby), i've used the IDE to generate entity classes refelecting tables in my database. The IDE has a...
Hi Experts, I need to display  two xml documents with their differences highlighted.  Is there a Java open source package that can do this?  Or is there any Java API that can be used for th...
Hi, I am new to NetBeans. I am using 5.5 version How can I jar everything in classes folder and include it in the war file generated? Do I have to manually write the whole script? Is th...
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...
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...
Hi,       I am trying to figure out how to draw a picture using a Form that is autgenerated in NetBeans 6.1.  I already know how to do it when I create a JFrame from scracth, but I am runni...
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...
Hi. I've been using netbeans for a while now for GUI designs. It's driving me crazy. I like the auto alignment thing, it helps my designs look better but when I run the code the things that ar...
Using Netbeans 5.5.1. Trying to implement a client via java 1.4.2_07. The project components will not let me add a web service client with a wsdl, netbeans tells me must be java 1.5. I know...
I'm using NetBeans IDE v5.5 to compile a collection of sources into an executable .jar file. What I'm trying to do is get NetBeans to automatically build a second .jar (ccd.jar) based on a ...
My computer was refreshed (software updates) and this refresh removed Java JDK 1.5.0_12 which was installed with my NETBEANS 5.5.1. I tried reinstalling netbeans but no JDK package. I tried to...
I'm trying to figure out if there is a way to run Resin 2.x and 3.x using Netbeans.  Does anyone have any info on how I can do this?
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?
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...
Does anyone know why you cant add an image to a desktop application in NetBeans IDE.  I have looked everywhere and tried hardcoding.  Does anyone know if there is a way around this as i would ...