netbeans

Netbeans external library issues

Hey, So I am developing an Azureus plugin in NetBeans. I was using Eclipse and everything was hunky-dorry but for GUI related reasons I needed to switch to NetBeans The main class for my project is in an external JAR called Azerues2.jar. So I added the JAR it to the project's libraries. Then I go to the run configuration in order to se...

How to use the Netbeans Profiler programatically ?

Hello I want to be able to do some profiling to some app using the Netbeans Profiler API. I'm not intreseted in using Visual VM , but rather in programatically collecting data from the application[let's say CPU usage, and method execution times]. For instance, using CPU usage and hot methods. How to get that data and print it on console...

Code complete keyboard shortcut in NetBeans on MBP

Just got a MBP and I cannot figure out the shortcut for code completion. Its says ^-space but what is the "^" character? ...

Error when moving NetBeans project from Windows to Mac OS X

I have a netbeans project that works fine on my windows machine but when I copied it to mac and try to deploy I get the error: /Users/stella/project/nbproject/build-impl.xml:348: The libs.CopyLibs.classpath property is not set up. This property must point to org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part of N...

NetBeans PHP code completion

Hi folks, Rrecently I started using NetBeans 6.7 beta for PHP development instead of Textmate and MacGDBp. I am rather amazed with it's feature set and most everything worked out of the box, or was easily configured to my liking. I am having an issue with the code completion features though; they work for build-in functions, SPL and so...

Netbeans/Eclipse extracting GUI code

Is there a plugin that would allow me to design the GUI in eclipse or netbeans and then extract the source code to be used in another environment? I am much more comfortable using emacs for my development but gui design is much easier with a WYSIWYG environment. What i am looking for is design the frame in eclipse/netbeans and then extr...

Why the keyboard get locked somtimes when I use Netbeans on Linux ?

Hi, I am using Netbeans to develop a Ruby on Rails application. Unfortunately I have a problem with it. Sometimes the keyboard stop working and I can not input code in the text editor. Also the keyboard short cut specific to netbeans stop working as well (such as ctrl + s) Nevertheless, the Ubuntu keyboard short cut still work (alt + t...

ID numbers generation

i am trying to code for my system in NetBeans IDE 6.5 to auto generate ID numbers for me like autonumbers in Ms Access. does any one have any ideas about going about that?i mean code for it. ...

Can anyone show me good tutorial about how to make complex iReport reports and exporting them to browser ?

Hi all, I am working on iReport in netbeans IDE . I want to make reports that can be exported in browser in any pdf or excel format . Can Any one show me a good tutorial or solution ?. ...

Showing NetBeans where a PHP class is defined

I'm using NetBeans for my PHP programming. Most often it's pretty clever in finding class declarations, especially if they are found in the same project. But sometimes it just refuses to find a class' definition, like a PEAR library's class. Is there a way for me to show NetBeans where a certain class is defined, manually, and enjoy the ...

Error occurs by the use of JSF by the enterprise application.

Please teach it still more because it is a beginner. I study JavaEE5 with NetBeans now. I made a project by an enterprise application and made session Bean of an entity class and the entity class in ejb. And make a servlet in war; of the cord insertion "call enterprise Bean This succeeded, but to use Visual Web JSF next; in the framewor...

Hibernate in Glassfish - Ejb3Configuration NoClassDefFoundError

I've put the Hibernate libraries in both the Glassfish domain and in the library collection of my project in Netbeans. hibernate-entitymanager.jar contains both HibernatePersistence (the last class in the call stack) and Ejb3Configuration, so I'm rather stumped as to why I get the missing class error for Ejb3Configuration. java.lang.NoC...

Is Netbeans equally awesome for Ruby development on the Mac?

I realize most Ruby development on the Mac uses Textmate but I love Netbeans in the Windows environment and am wondering whether it's equally awesome on the Mac - even if it's swimming against the stream a little bit, would Netbeans pose any issues as a Ruby IDE on the Mac? ...

Retrieve/Recover deleted Netbeans project

Hi there, I was just working on my Netbeans project and accidentally deleted it and don't know how to recover it. Is there a tmp folder that the deleted project is stored in. Or am I forever doomed? Thanks, Lucas ...

Netbeans 6.5.1 + Openfire 3.6.4 Collaboration ?

We are using the collab plugin in Netbeans. Unfortunately the "Service for the developer collaboration XMPP server share.java.net will be discontinued as of April 20, 2009. " http://wiki.netbeans.org/FaqShareJavaNet I managed to install OpenFire 3.6.4 on OpenSolaris 2008.11. Whatever I do I cant login from Netbeans collab plugin, but ...

Add a custom file extension to Netbeans

I am trying to figure out how to add a custom file type to be recognised by Netbeans. I am editing .tpl files and I would like them to be recognised as PHP/HTML files. I've looked here and here but I cant find cnd.properties in config directory and there is no Advanced Options dialog in the options dialog. I'm using Netbeans 6.5 with ...

Run NetBeans project just with ant

I have a sample code that was built with Netbeans. It has a build.xml file so I downloaded ant and try to run it. I've got this error message: ...... nbproject\build-impl.xml:76: Platform is not correctly set up For what I can see, this is fixed by "simply" downloading Netbeans and running the sample from there, but... I don't want...

Netbeans/Ruby - extraneous(?) autocomplete info

I'm getting a ton of (what I would call) extraneous autocomplete information in Ruby Netbeans 6.5.1. For example, if I type the name of a model object and then type a period (whether I'm in a controller or a view), it shows a dizzying dropdown list of thousands of methods, including several hundred different versions of the "new" method...

NetBeans gui design tool (matisse) seems to use Java 5 instead of Java 6

When trying to open a custom JPanel class in the NetBeans GUI design tool, I get the following error: Warning - Form loaded with errors Error in loading component property: [JPanel]->someScrollPane->somePlainJTable->autoCreateRowSorter No such property exists in the component. The offending code: somePlainJTable.setAutoCreateRowSorte...

Netbeans problem: Can't add application descriptor, getting null pointer exceptions

When I try to add to the application descriptor in a Netbeans mobile project by clicking on 'Add' in the 'Application Descriptor' panel in the projecct config window nothing happens, netbeans gives a red button on the bottom right indicating an error, clicking on that reveals this: java.lang.NullPointerException at org.netbeans.modu...