netbeans6.8

I'm having a prop file in java...i need to run it in netbeans6.8...can anyone tell me the procedure..

expecting Ur reply...i'm a naive programmer to Java.. ...

i'm having a command which is working in command prompt..how can it can be done using Net beans..

my command is java -jar stanford-classifier.jar -prop examples/cheese2007.prop...how to run it in netbeans.. ...

Problem on obfuscating j2me applications in Netbeans 6.8

When I'm trying to package a midlet with obfuscation, the following is displayed on the output window: pre-init: pre-load-properties: exists.config.active: exists.netbeans.user: exists.user.properties.file: load-properties: exists.platform.active: exists.platform.configuration: exists.platform.profile: basic-init: cldc-pre-init: cldc-in...

Bug only appears when running C code inside NetBeans

Running a piece of C code from inside Netbeans 6.8 causes a Segmentation Fault. But the problem doesn't appear when running in debugging mode or from shell. Tried both in external terminal and output window of Netbeans. The process is threaded, and uses an itimer that sends a signal, which I am masking with pthread_sigmask for threads t...

configure oracle jdbc driver in jboss

hello i'm new to jboss, i wish to setup a development server on my local machine to be used with netbeans, under windows xp; I need to install the oracle jdbc driver on it. I've searched the web and all the articles i found say to copy the jar in the server default folder. Will it be visible also to all and minimal folder ? there's ano...

Netbeans on MACOSX: menu bar vanished

Hi I have tried both latest and Netbeans 6.8 and I am facing similar problem to this guy: http://forums.netbeans.org/ptopic24545.html ...

Is there a way to use multiple wsit-client.xml files in the same NetBeans project?

I need to consume two .NET webservices in NetBeans. I am using the METRO 2 library to generate the client code. These web services (webservice 1 and webservice 2) are from the same provider and when I have both of them in the same project their generated code shares the same namespace. The problem is that the ObjectFactory class is ...

Upgrade Grails Version in Netbeans and Add Shiro Security

Hello All.. I have been working on the project where application is using grails 1.2.2.... Now I want to add the Shiro Security with the current project (using Netbeans), and I am very much new to the grails arena. So, I wanted to know that how can add shiro plugin to my current project (in netbeans) ? May be I also need to upgrade my...

Glassfish v2.1.1 Deploy error

Error: Undeploying ... While undeploying, trying to stop application in target server failed; com.sun.enterprise.deployment.backend.IASDeploymentException: com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: hello2 cause: C:/eepassion/UnZip/servletbasics/samples/hello2/build/web com.sun.en...

NetBeans 6.8 marks keywords as fault

Hey, I have just installed NetBeans 6.8. on Ubuntu 10.04 and it marks c++ keywords such as "using" or "namespace" as a fault. I checked that it compiles with g++ and I found an answer to that already here, but there it was a bug in Netbeans which had been fixed via updates within a few days. When I try to update, it tells me, I have the...

How can I use TabbedPane tab changes to diplay different Panels in an Applet built in NetBeans IDE?

I'm building a Java Applet in NetBeans that has a TabbedPane on the bottom of the applet and a regular Panel on the top. I would like the top Panel to switch depending on which tab is selected on the bottom. (I would attach a screenshot to clarify, but being new here it isn't allowed.) A Button has ActionPerformed, but a TabbedPane does...