netbeans

Is it possible to disable Symfony framework support in NetBeans 6.8?

Put simply: it causes a massive memory leak within an hour if I work on a Symfony project, and I don't use any of the features that it provides. I've looked through all of the menus and can't seem to see an option to disable support for it. Has anyone attempted or managed to remove this module from the IDE? I quite like NetBeans, but on...

NetBeans Platform - getActions() on TopComponent not working correctly

Hi all, I am overriding the getActions() method to customize the behavior of the popup menu when my TopComponent tab is right clicked. The problem is, the actions I specify are not coming out correctly. @Override public Action[] getActions() { return new Action[]{new A(), new B()}; } I would expect that when I right click, my ac...

Netbeans IDE tutorials

I mostly use Eclipse but have mentionned Netbeans on my cv. Are there any good concise and up-to-date tutorials apart from the official ones that could bring me up to speed on how to use the IDE efficiently (shortcuts, debugging, views ...)? This excludes programming tutorials as I don't really need them unless there's a special manipula...

why are all my new netbeans projects managed by subversion by default?

when i create a new netbeans project netbeans tend to manage it with subversion by default. i dont want that. is it a way to remove it? ...

Can't create new "enterprise" project in netbeans

I'm running netbeans 6.7.1 on Ubuntu Karmic. On the services tab I added a new glassfish v3 prelude server, I installed it to my home directory using the download button. I started the server and opened localhost:4848 to verify I can get into the admin panel. Then I did file->new projct and created a new java web->web application. On t...

netbeans ide python: how to increase VM heap size

Hello, Can I ask how I can increase the heap memory in NetBeans IDE 6.7 for Python? I am getting "java.lang.OutOfMemoryError". I have tried to find a VM option, but I could not find it in "Project Options" (it does not resemble to NetBeans IDE 6.7.1 for Java). I have tried to change default_netbeans option in file netbeans.conf (there i...

maven project with netbeans compiles fully on every run

I was experimenting with Netbeans 6.8 (I'm currently an Eclipse user) because I like having a profiler built into the IDE. It seems that for maven projects, netbeans does a full compile (it invokes process-classes) every time I try to run the project, as opposed to Eclipse, which uses the incremental Java compiler. Is there a way to avoi...

Netbeans 6.8 groovy files in src/main/java

I have a new netbeans maven/groovy project, and I actually prefer to mix my java and groovy files in src/main/java and src/test/java (I find it easier to navigate this way and my pom reflects this configuration). However, when I have my project setup this way in Netbeans 6.8, it always shows the generated-sources folder in error. The stu...

Windows layout : see the navigator

Hi, In netbeans I should want a layout like the second in this page : http://wiki.netbeans.org/WinsysLayoutFor65 The navigator is in bottom, left side. I can't do that. If I select menu Window/Navigating/Navigator, the navigators appears in the middle panel. If I drag drop it, it goes in left, or in bottom, but never in bottom left. H...

Having multiple 'sets' of open files in Netbeans

I'd like to be able to have multiple "sets" of open files in netbeans but i didn't find a way or plugin to do it. Say i have 5 file related to "bug xyz" but i want to start working on feature "abc". Instead of having 10 files open i'd like to be able to say "create new set of files" and work on those and switch back and forth. Is there...

How can I tell NetBeans to use the latest available version of a JAR for a library?

I have a Netbeans project with a library defined which includes several JARs. These JARs are versioned like lib\blah\com.blah.wibble.jar_0.6.1.201004161543 . These are nightly builds from another project so that version changes often. I know I can point NetBeans at the specific JARs with the version name, but this means that every time ...

Netbeans configuration problem

I am using Netbeans 6.8 The problem is that the projects explorer (that displays all the projects and their contents) displays each package as a node. For instance, if there is package hierarchy like this; com.mycompany.myproject.package1.package1.1 then it displays 5 nodes for the five packages which is very disturbing while develo...

NoClassDefFoundError when running Netbeans 6.8 application

My application has recently started throwing NoClassDefFoundError errors when I am running my application from within NetBeans. It never used to do this. And when I run this outside of NetBeans using the command line argument that it provides once built, these errors are not produced Is this a bug with Netbeans? I have reinstalled Ne...

I changed the web service declaration and then wsimport says that I have a repeated message

I had a Web service method working fine on Tomcat as deployed by Netbeans 6.8. Then I had to add a new parameter for the same method so I erased the method and then added a new one with the same name but different parameters. After that, ws-import keeps on telling me that I have duplicated messages for such method, and if I remove the ...

create jar file with images and database

Hi I am using NetBeans IDE and I have my images (what I am using in my project) in a folder named Images. When I am building jar it doesn't take that images. The code I am using to set image is, buttonObj.setIcon(new ImageIcon("\Images\a.jpg") any help please. ...

nWire equivalent for Netbeans?

I stumbled upon nWire and have to say it looks very promising for me. I wonder if there is a nWire equivalent for Netbeans? I hope there is! ...

Oracle Hibernate with in Netbean RCP

All, i have a problem with hibernate using netbean platform 6.8, i have been search around internet, but cannot found the suitable answer This is my story. i am using oracle database as data source of my hibernate entity with ojdbc14.jar driver. First i create hibernate entity tobe wrapped latter in a netbeans module, i tested the h...

C/C++ Headers in NetBeans

Hi to all, I installed IDE NetBeans for C/C++ development. I created C project with main.c and makefile generated netbeans. When i add test.h file in my project and try to compile it, i see that netbeans does not see this header file, and that I would not write it, even if there are errors anyway compilation is successful. How to connec...

how i add ctp extension in netbeans.

How i add CTP Extension using following method but it is not worked can any one help me ? Open preferences. Select Miscellaneous tab. Select Files sub-tab thing. Click on New file extension and enter tpl. Select the mime type. Click ok. Done! ...

editing the NetBeans source formatting standard

Is there any way of changing the standard by which NetBeans automatically formats the code when doing "Source->Format"? I seem to remember seeing this option somewhere, but I can't find anything about it. ...