netbeans

Building Java Programs

So I have a directory of with a bunch of sub-directories that contain .java and .form files. How do I build this program? I'm sure that the program is build-able too, so I must be doing something wrong. I'm used to writing C/C++ programs where I can just pass -I/path to gcc. By the way, I'm using netbeans on an Ubuntu system. Her...

Support for Raphael Javascript library in Netbeans

According to this blog post, Netbeans's supposed to support Javascript type inference. And Javascript support should be built-in to the Netbeans editor. However when I add an HTML file to a simple Java project, and include the Raphael javascript library using <script src="..."/> it seems that Netbeans does not recognize the library. Even...

HTML/JSP visual design mode

Hi, I'm wondering that the sun netbeans IDE can support visual design editor for html or jsp (no problem for JSF) or not? RGDS Navid ...

HTML / JSP Visual Design Editor

Is there a graphical design tool for html/jsp pages like jsf pages (like the aspx .net environment)? ...

Netbeans not copying source files to web folder

I'm using Netbeans to develop an HTML/PHP site and I have the Run Configuration set as follows: Project URL: http://localhost/JEB Project Folder: C:\Documents and Settings\John\My Documents\NetBeansProjects\JEB Source Folder: C:\Documents and Settings\John\My Documents\NetBeansProjects\JEB Web Root: The "Copy files from Sources Folder...

Netbeans Midlet Screen Flow Auto-Organize

I'm designing this JME application for a Nokia phone and when designing the MIDlet screen flow, my Netbeans is now bunching up all of the forms I designed on top of each other and not in some kind of easy to see diagram. Is there any button or setting I can use to make everything organized again? ...

Using NetBeans for multiple programming languages

I am looking for a cross platform RAD IDE with GUI building. NetBeans looks right (or am aI wrong?). However, I may want to code somethings in C++ and some in Python. It looks like both are supported, but I am not sure if I need to install two copies of NetBeans or if one can handle both programming languages. Sorry it's such a st00p...

How do I add a horizontal strut to a BoxLayout using the Netbeans GUI builder?

When I create a JPanel in Netbeans, it allows me to specify which LayoutManager to use for it from a fixed set of LayoutManagers, including BoxLayout. After adding a couple of components to the JPanel, I would like to add horizontal spacers (created using Box.createHorizontalStrut) to make the layout look better. I could manually add the...

How to use profiler of Netbeans?

I want to find memory leaks in my java application but I don't know how to use Netbeans profiler to do that. ...

debugging tools

I am using Netbeans and programming with PHP. I have seen debugging tools like watches and call stacks. What exactly are watches and call stacks? How do I use them in Netbeans? ...

Is it possible to add a custom manifest to a Java library compiled in Netbeans 6.7.1?

I tried adding manifest.file=${src.dir}/manifest.mf to project.properties, but looking through the build-impl.xml I see that the manifest.available is usually accompanied by main.class condition, so it makes me believe that my manifest would be added only if the package has a main class, which mine, being a library, does not have. No mat...

Java Web Service project deployment

I need a place to store files for several application systems. The following is how I make this system. Use FTP to upload a file. Set up an FTP server first using FileZilla. Open a count for a client to connect and upload files. Use Java to build web service which can store file’s information including: file name, version number, file ...

Drools with Netbeans 6.1

I've downloaded and started to use Drools on a pilot project via it's "default" platform Eclipse. However, I would like to use it in Netbeans just the way plug-in works in Eclipse. Any ideas/shot-cuts to do that? ...

How can I get jQuery code completion in NetBeans?

I'm using NetBeans for PHP. When I edit a .js file, it gives me javascript code completion. How can I get it to also give me jQuery code completion? ...

Python debugging in Netbeans

Hello, I have a problem with debugging Python programs under the Netbeans IDE. When I start debugging, the debugger writes the following log and error. Thank you for help. [LOG]PythonDebugger : overall Starting >>>[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ... [LOG]This window is an interactive debugging c...

Tutorial for ClojureBox

I'm trying to learn clojure. ClojureBox appears to be similar to LispBox - http: //gigamonkeys.com/lispbox/ which I've used previously. I'm looking for a good clojure specific tutorial on using emacs as it's configured with clojurebox. Here are some specific questions I have: How do I create a new clojure file in emacs and Load an ...

Appending software version to a JAR filename

I would like to append the output JAR filename of a Netbeans project with some version number: something like 1.0, 2.0b or even a Subversion revision number. I can't seem to find anything on this, though. I am also not sure if this would the responsibility of the build system (Ant) or if the IDE (Netbeans) can delegate the process. Is...

Netbeans - How to do setsize() of a frame?

I have made a GUI in Netbeans. Now I want that the frame size should remain constant, means the user cannot do maximize or restore the frame. When I go the the frame properties dialog box, I didn't see any property that allow me to set the size of the frame. I opened the frame properties dialog box by right clicking on the "FrameView" ...

Deploy war through netbeans onto glassfish v3 beta

The same .war file deploys fine onto Glassfish v2.1. I don't know the last time I tried v3, but I was wanting to check out hot-deploy functionality as it's rumored to be working in netbeans 6.8 with glassfish v3. So, I deploy just like usual and I get the following error: SEVERE: Exception while invoking class org.glassfish.ejb.startu...

OSX: Convert all files in folder to same encoding

Hi folks, I have a rather large php project with all kinds of different third party includes. Its all managed with Netbeans PHP. I have a few problems i would like some oppinions on. Does anyone build there php-project? When i upload to server via ftp i get all kinds of project files which doesnt belong to live environment. Would be n...