netbeans

netbeans : add library permanently

Hi I work in a group project and after every checkout I have to remove and add the javamail api..(because the path is relative) how can i make it IN the Project folder? This is how i add the library : right click on librarys folder Add/jar Folder.. Choose the mail.jar But when my collegue checks this out... he get's problems. How ca...

Netbeans IDE (full) 6.5.1 just hangs when clicking on Services Tab

Hi I am using Netbeans IDE 6.5.1. I have made projects in netbeans. My pc configuration is :RAM : 1 GB, HD: 160 GB, Processor: AMD, OS: Window Xp Sp2. Netbeans IDE takes around 2 hrs time to load at my pc (too much time), i had read somewhere that for improving netbeans performance you can remove extra modules which are not required. SO ...

Netbeans: deploying Java app to remote Tomcat

Is there any easy way to automatically deploy a web service / java web app, etc to a remote tomcat server? currently i have to manually copy the .war file. ...

A new version of Netbeans just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?

6.7 is out, and although going to the web and finding some .nbm-s and copying over a few update center URL-s isn't the biggest chore...it's still a chore. Any tips for this? Is there maybe a hidden directory somewhere that I can just copy into the new 6.7 install? Edit: for people like me who use both, I've asked this question in Ecli...

How do I work with a Canvas / JCanvas in Netbeans

In netbeans it is possible to add a canvas to your app, however it does not seem possible to draw on the canvas because you need to overload the paint(Graphics) method. What is the best way to do this? Thanks! ...

NetBeans file upload config

Is there a way to stop the confirmation window from opening with the files checked and then having to click ok for the file to upload? I set up a shortcut on the keyboard to upload, and I just want to use the shortcut and have it upload without me having to click anything. Please help ...

Is Netbeans a good IDE for C/C++ nowadays?

I searching for and IDE that gives me a (mostly) uniform experience on Linux/Windows and C/C++ and Java. I'm somewhat comfortable with using Netbeans on Windows and I'd like to know what to expect of it on C. I heard the Visual Studio debugger is quite good on C, does this extend to Mono? Is it really more powerful than the one on Netbea...

using rmic in netbeans

I have written rmi server code in netbeans 6.5. how can i use rmic in netbeans 6.5 so that i can create server_stub class? ...

Is Netbeans 6.7 incapable of debugging Groovy closures in a Grails application?

It seems to be possible to debug Grails applications in the recently released Netbeans 6.7, even if not directly through the menus. However, is it really so, that it's still not possible to set breakpoints in closures, as hinted in this thread? I'm currently quite baffled by this, since I find it hard to believe they still haven't imple...

How can i make errorpages in jsf ?

Everytime something gets wrong .. i got to see this. How can i make a simple Errorpage with stacktrace in jsf ? ...

Is it OK to mix up the ?-Faces in JSF.

Hi.. I'm new to JaveServerFaces and played a little bit with ICEFaces and i would try richfaces. So the Basic Question is : Can i use these two addons together or does it get me into troubles? Can someone recommend me some other packages ? (specially for netbeans) ...

How can i add CSS or JS to a JSF page ?

I tried it for 2 hours . i gave up . I have to use JSF . I hate it ! ...

Disable Netbeans automatic svn ignore?

How do I stop Netbeans from automatically svn ignore-ing ".swp" files? I use Netbeans as my main development environment, but I often use gvim at the same time for quick edits. gvim creates temporary files with the .swp extension, and Netbeans seems to be scanning my code folders and adding an svn ignore property for these files. I ca...

Code J2ME applications with Visual Studio 2008?

I am currently using netbeans 6.7 to develop some j2me apps for a phone. However, I am not very fond of the netbeans IDE and its clunky debugger and would rather use Visual Studio for development. Does anyone here have a tutorial on how to use Visual Studio 2008 to compile and debug J2ME apps? I would like to tie VS2008 up to an emu...

Learning to debug in Java.

Hi, I'm both learning to use the JPDA on Netbeans and solving the Prime Generator problem of Sphere's Online Judge. I've been reading this tutorial on netbeans.org about he JPDA, but haven't found it of much help. This code, which is based on a Sieve of Eratostenes implementation provided by starblue here, is running like this: 2 1...

"Task scanning" in NetBeans

Sometimes when opening projects, NetBeans will display a "Task scanning" progress bar on the status bar. What exactly is it scanning for? Is it possible to turn it off as I noticed that sometimes it takes a while and maybe it's just my installation but sometimes I have to force it to stop when closing NetBeans. ...

some files are shown as ignored in netbeans

Hi I am a new user in netbeans.when I loaded my project ,some files are faded. when I put the cursor there it is showing the "ignored". why it is so? plz help. ...

ignored files in the netbeans

I am a new NetBeans user. When I loaded my project, some files are faded. When I put the cursor over them, they are showed as "ignored". Why? All the JAR files and class files are also ignored. ...

Where to migrate existing Visual Web Project in Netbeans to?

We currently maintain a JSF application developed using Netbeans 5.5.1 using the Visual Web Designer. Our environment is forcing us to stop using Netbeans 5.5.1 and we now have to find another tool to develop our application in. The problem is that migrating to Netbeans 6.7 we will lose the Visual Web Designer we have grown so accustome...

porting a netbeans project

Question is is related to J2ee i have created a project by choosing option "creat web prj frm excisting source code " I have also provided the loaction of existing code and the new folder where i want to store my new project. If i open the new projects location the source packages is not prestnt in that folder. I want to giv the entire ...