netbeans

Creating an Array of JLabels

I'm trying to create 5 Jlabels using netbeans GUI Design, the Labels are supposed to display 5 different values. I need to combine these 5 JLabels in 1 array of Labels. is there any options in the design that let me do that? ...

Access mysql on netbeans

I tried to do this tutorial http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/ but it gives me an error. I searched to understand what the error means, but i don't know. the error said : Class Not Found Exception: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver I think t...

IDE plugin's for developing multithreaded network applications

I am looking for a plugin that helps developers create multithreaded network applications that works with either Eclipse and/or Netbeans. Should allow for functionality such as: Graphical modeling of callbacks Configuring executors Creating custom SSL factories Wizards for creating various filter streams ...

Relative path to SQLite DB in context.xml

Is it possible to use a relative path to an SQLite database file in the context.xml file of a Java web application? At present, I have: <?xml version="1.0" encoding="UTF-8"?> <Context path="/mywebapp"> <Resource name="jdbc/mydb" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" ...

Synchronizing the code and class views in Visual Studio?

I really like Visual Studio as an IDE, but there are a few things about it that really bug me. Namely, its class view. Not only is the class view tree structure cluttered, but it's not synchronized to the code view. I know there's a way of manually synchronizing them, but can't this be automated like it is in Netbeans? ...

Using CheckStyle in NetBeans and configuring the CheckStyle rules

I am using NetBeans 6.5. For CheckStyle, I have downloaded and installed the nbcheckstyle.nbm plugin. I am able to use CheckStyle with this plugin. I want to configure the rules to be checked. I am not able to do it as it is an .nbm file. Any suggestion on how to configures the rules? Thanks ...

Running corba project in Netbeans with corba compiler vbjc

Hi I am doing a small assignment in Corba using java. I am using netbeans ide for this purpose. In order to compile and run i need to compile and run with commands vbjc and vbj. I can do it by command line but for that i have to remove all the package declaration which is painfull. Can any one help me with this as it will speed up my ...

Convert Java GUI Builder .form files to Source Code?

I have created a fairly substantial Java GUI application with many form windows where the settings are locked up in .form files. I am wondering is there any way to convert or refactor these .form files into real Java source code that I can modify? The GUI was created using Netbeans 6.5. ...

How do I make Netbeans believe I have JMS?

I inherited a project that makes extensive use of JMS. It compiles, runs and passes all of its unit tests using Java 6 SE. I created a netbeans (v 6.5) free form project to go along with it. I added all the libraries and everything correctly (checked this several times). Now, here is the problem: it produces tons of Netbeans error messag...

NetBeans 6.5 JavaDoc Access

How can I increase the timeout window for the local NetBeans Javadoc server (http://127.0.0.1:8082/resource/jar)? After an extended period of time any navigation in an open Javadoc browser window results in an HTTP error. Only after I go back into NetBeans --> Help --> JavaDoc References and relaunch the documentation window does the err...

Eclipse Web Tools Platform(WTP) vs Netbeans - IDE for Java Web Development

When going to Java Web Develpment such as JSP, JSPX & others. What IDE do you consider Eclipse or Netbeans? What are its advantages and disadvantages? Which is better preferred in-terms of developing Web Applications such as Websites, Web Services and more. I am considering Netbeans because it has already bundled some features that w...

How to sync netbeans config/plugin/updates across multiple systems?

I use netbeans in both my desktop and my laptop. Updating and installing plugins on both systems is cumbersome, hence, it would be nice if there was a way to sync configurations, plugins, and updates across the systems. I tried copying the ~/.netbeans directory, however, that also brings along the list of recent files and open projects ...

Which is the best ajax framework for java web development ?

I am using struts2 for my java web application . Now I want to use ajax for my client side user interface can anyone suggest me which is the best one to learn and implement ajax framework . I have seen jmaki , dojo , jQuery and heard about vroom for netbeans IDE thanks in advance . ...

Problem Using JApplet that Accesses a Database on a Web Application Using Netbeans 6.5.1

I created a JApplet using Netbeans 6.5.1 that accesses a database. When the program is run by itself, it runs perfectly. The issue is when you try to put it online using a web application in Netbeans, it will not access the database. I was told by somebody that the problem is that Java security will not allow you to do this. Is this ...

Help installing C++ for Netbeans

Hello, I am trying to install c++ for netbeans.. I tried installing the cygwin and mingw but i can't compile because the make file that comes with Mingw is incompatible .. ...

http://localhost/ not working on Windows 7. What's the problem?

I have a big problem opening http://localhost/ on Windows 7 (beta). I installed this os and everything went great; when I installed Wamp I saw that localhost is not working at all. I just see this error: Failed to Connect Firefox can't establish a connection to the server at localhost. in Mozilla and Explorer. I removed Wamp ...

Zenburn for Netbeans

Is there a Zenburn theme for Netbeans? ...

How to include custom panel with NetBeans GUI Builder?

I have written a class that extends JPanel. Is it possible to use this in the NetBeans GUI Builder and have it survive all of the automatic code generation? I have used the customised code option in the GUI builder to instantiate the object as the new class, but it seems like the declaration can't be changed from JPanel, so only method...

What non-free tools are popular amongst Java developers

The vast majority of developers I interact with are using Eclipse (I prefer NetBeans) and will leverage many of the free plugins that are available. However, many of them are using few if any tools that require monetary payment. Have developers ever considered that this may be unwise and that they are compromising their own productivity...

NetBeans debugging of Python (GAE)

dev_appserver works normal when run it. But if i try o debug, i found an error caused by __file__ that is changed on jpydaemon.py. Has anyone successfully debugged apps on NetBeans? ...