netbeans

Netbeans Resolve missing server

I've encountered a problem with my Netbeans 6.1 IDE. After an unsuccessful update, Netbeans stopped recognizing Apache and Glassfish servers and requested me to resolve a missing server error, after which I opened a window to add a server, except there were none listed. Trying to add servers in the list yields no results as there isn't ...

Netbeans intellisense for Yahoo utils

In netbeans I created an html page in which I am using Yahoo utils. If I type "yahoo." then namespace, render, hide are not visible in the interactive documentation. Please tell me how to configure Netbeans to handle this. ...

Autocomplete for PHP Objects with classes in PDT/Netbeans?

When I define an object of a class using new like this $blah = new Whatever(); I get autocomplete for $blah. But how do I do it when I have $blah as a function parameter? Without autocomplete I am incomplete. Edit: How do I do it if it's in an include and PDT or Netbeans can't figure it out? Is there any way to declare types for vari...

C/C++ Compiler for windows

I'm trying to port a Linux app to windows. Nothing huge, just a small command line utility. However, the last time I worked with C in Windows, it was a 'hello world' app in Visual Studio 6. I'm trying to avoid meeting a new IDE, so I'd like to use Netbeans' C/C++ plugin. I just need a compiler. Can anyone suggest a free 32-bit compi...

NoClassDefFoundError on command-line with new NetBeans project

I've created a new J2SE project in NetBeans, and I can run it from the IDE, but when I try to run it using Ant on the command line, I get the following problem: <snip> run: [java] Exception in thread "main" java.lang.NoClassDefFoundError: IndexBuilder [java] Java Result: 1 <snip> Based on the snippet from project.propertie...

Making JavaFX compile to Java 1.6 level source code

How do I make JavaFX with netbeans compile my code to 1.6 level compliance. At the moment it seems to be hard coded to 1.5 levels - stopping me from using useful tools in java.awt.Desktop (and the like) ...

How do I get my netbeans drag and drop widget to know whether it is rendering inside the netbeans design view window or the running application?

How do I get my netbeans drag and drop widget to know whether it is rendering inside the netbeans design view window or the running application? I'm trying to do some custom rendering. I think it has to do with the root container. ...

How do I migrate my Netbeans themes to other computers?

Short of copying the entire .netbeans directory is there any way to transfer custom Netbeans color schemes to other computers? I am using the latest (6.5). ...

Ordering class diagram operations in netbeans

Is there a way to specify the order in which operations within a class appear in a netbeans UML class diagram? ...

What is the best *free* IDE for Java programming?

There are two free IDEs for Java: Netbeans and Eclipse. Netbeans seems to have better auto-complete support and compile/debugging support. However, it lacks support for auto-completing variable/method names, as well as word-wrap support. What are the Pros & Cons of Netbeans over Eclipse, and vice versa? ...

NetBeans web services client producing invalid request

I'm trying to make my first web service client for the eBay API using the NetBeans 'new Web Service Client' wizard and the WSDL found here. My understanding is that this is using JAX-WS to generate class files, and my requests are all SOAP. Everything seems to work fine except when I try to execute a request, eBay responds with a 404 w...

J2ME in Netbeans (gif image problem)

I'm creating a indoor navigation application (with the intention that a user can store maps for different buildings in the phones file system). The application starts up by asking the user to select a map for the desired building. Once this has been selected, a file parser would be used to parse and convert the map data from the file. Wh...

Applet with Gui Designer

Hello, I want to ask you if there is a possibility to program a Java Applet in netbeans 6.5 using the GUI Designer. When I was adding a new file to the source and choose Applet or JApplet, I found now Designer as in a JForm for instance. With kind regards Sebastian ...

Detecting Java Project Cruft

I'm a NetBeans 6.5 user and am searching for a way of generating a list of methods/classes that are not used within a set project group. I know I can right click on each method and select "Find Usages" but I'm looking for an automation to that process. I'm willing to look at something that runs outside of netbeans, as long as it genera...

Groovy, Netbeans and Java EE

Hello everyone, I want to develop a web application (no frameworks) mixing java with groovy. I am using the IDE Netbeans with the plugin. If I start a new Java SE project and add a groovy class, it works with no problems.. but when I create a new java EE project and add a groovy class it can't compile and shows me the following error: ...

Netbeans J2ME SVG Compliance

Hello guys, I coded some svg images for a project i'm working on. But when i try to put them on a screen(form) in the netbeans software (j2me), it says "the image is not SVG Tiny compliant". I've even tried testing with svg images from Sun's WTK demo's THAT WORK when deployed but it says the same thing. Any ideas on whats gone wrong? Tha...

How can I debug a single ruby script in netbeans?

All of this is on a windows xp box: Netbeans managed to accept an existing rails project and allowed me to debug it just fine, but my project has a number of processing scripts that handle non-MVC aspects. The rails project is just a system for queuing requests for the execution of these scripts. I've attempted to create netbeans proj...

Netbeans 6.5 generates a lib folder when creating a GUI...

How do I create a jar that incorporates the lib folder so I can email a single jar. As it is if I don't include the lib folder and the jar folder the jar will not work. I would like to add the lib folder to the main jar so I only need to send someone a single jar. ...

Where can I download the source of "appframework.jar" that comes with NetBeans?

I have just started to try NetBeans. I created a new Java Desktop Application project, and it automatically added the JDesktop "appframework-1.0.3.jar" library. However, whenever I try to view its source, the command fails. I tried searching for it online, but I couldn't find it. So where can I download the source code for the "Swing App...

NetBeans Library using JNI

Can I have a Library defined that makes use of JNI in NetBeans? Seems the library definition only allows Jars or Folders. How can I assure that the DLL follows the jar file when the app is built? ...