netbeans

How to preview variables in containers (e.g. std::map> in NetBeans in C++?

As I see, it's impossible to figure out what is in an STL map using NetBeans. Is there any plugin/trick/solution that will allow me to print out all values from a map in debug mode? As far as I know it's using GDB for debugging C++ applications. I've found some nice GDB macros for STL containers (here: http://sourceware.org/ml/gdb/2008...

cannot create project netbeans 6.*

I have this error creating a new project on netbeans 6.10M (on 25% of project creation), on other versions, the creation of a new project just fails.. some other functionalities of netbeans are also not working.. im using Snow Leopard, last version java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar([Lorg/...

cannot create project netbeans 6.*

I have this error creating a new project on netbeans 6.10M (on 25% of project creation), on other versions, the creation of a new project just fails.. some other functionalities of netbeans are also not working.. edit i forgot to mention, im using Snow Leopard, last version java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLS...

How is messaging between Java classes best accomplished?

I have multiple classes and threads that need to write to a Java Swing JScrollPane. In the Android/Eclipse environment I used android.os.Message. Is there something similar in the NetBeans/Windows environment? Here is where I would like to send the message from: public class PrintStatusTask extends Thread { PrintStatusTask(String na...

Netbeans or Eclipse?

Netbeans or Eclipse, what is your favorite and why? ...

Aptana vs Netbeans for Ruby Development

Which IDE is more superior for Ruby development? Aptana or Netbeans? Also, is there any IDE to date that is better than the two? ...

maven project include local jar files

I do not want to install few jars into repository(local/remote) , i have few jar files located in c:\work\projects\myapp\src\main\webapp\WEB-INF\lib\test.jar c:\work\projects\myapp\src\main\webapp\WEB-INF\lib\test2.jar how to include it into my project when open/edit with netbeans? ...

problem deplotying ejb on glassfish 3

Hi. I have problem with my ejb and glassfish. When i want to deploy ejb project on glassfish, it can't. I use netbeans 6.9 (glassfish server 3 and java EE 6). mesasage in ejbmodule output: dist-directory-deploy: pre-run-deploy: In-place deployment at C:\Users\Darjan\Documents\NetBeansProjects\EJBModule4\build\classes Initializing... de...

java runnable jar from netbeans 6.9.1

Hi, I have a project in NetBeans6.9.1. It works fine from inside the IDE. But when I try to run the jar, that NetBeans has automatically created under the dist directory, I get a NoClassDefFoundError for classes inside my project. What am I doing wrong? Should I be using Ant or something (don't know Ant) In eclipse I do a "create runna...

display bounded property in a design time

Hello, I am solving the following problem. I have a textfield with binding and I would like to display the bounded source property as a text while being in design time mode. Couldnt find any example I have no idea how to access binding properties of a current component. For example class TextField extend JTextField{ private String te...

Including a jar file in another jar file in netbeans

I have created an applet and made its jar file in Netbeans. i am using a jar file in an applet. I am calling the applet.jar in a jsp page. The applet works fine but the functionality it has to be achieved is through the another jar file which i was using in that applet. means how to include an external jar file in applet.jar so that it ...

passing a file as argument to main function in netbeans c++

i go to projetctproperties -> run -> arguments i pass a filename but where do i have to place the file? ...

how do I include the source from another project in netbeans to use in gwt rpc?

I'm working with one large gwt project. We have a related project that is a mixture of WebStart and an Applet. I'm trying to reuse some of the classes used to communicate between the applet and server on the client side of the gwt project. These classes are currently used on the server side of the gwt project by importing the jar from th...

How do I run an incrementally-compiled NetBeans application from the command line?

I tend to develop a lot of console applications using NetBeans. Many of these applications use arguments from the command line, which I constantly change while testing and debugging, so it is frustrating to have to pull up a dialog box in NB every time I want to change the arguments. Furthermore, many of these arguments are filenames, ...

what are the best plugins you use to raise your productivity on NetBeans?

What are the most essential plugins you should integrate to NetBeans 6.9 ? ...

How to use org.netbeans.swing.outline?

Hello, I've heard of the package mentioned above, but i couldn't find a Download. Where can I get it? ...

Why can I not compile GTK+ using MinGW?

Help me Stackoverflow! So, I feel that I have set up my environment correctly but I cannot build my program! #include <cstdlib> #include <stdio.h> #include <stdlib.h> #include <gtk/gtk.h> using namespace std; /* * simple gtk application * author jan bodnar * date february 17, 2008 */ int main(int argc, char** argv) { GtkWidget *win...

Netbeans custom component properties

This might be a stupid question but is it possible for NetBeans IDE to add custom properties to my custom component which I already have placed in the Palette and if so then how? I have been looking all over the internet and haven't found anything that would help me figure it out. Thanks, Martin S. ...

The jar doesn't work properly... debugging post-build?

I'm in the dark as to how to even attack this particular problem and I have very little information to work with. Please bear with me. My current project (a trading application) runs fine from Netbeans 6.9, and the build actually runs fine.. at first.. with `java -jar "my project.jar". It is a Swing application and everything comes up...

Search and Replace only in open files (netbeans)

Anyone know if it's possible to search and replace in all opened files in netbeans? Can't seem to find the option if there even is one. I'm using the Netbeans 6.9 PHP IDE ...