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...
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...
Just got a MBP and I cannot figure out the shortcut for code completion. Its says ^-space but what is the "^" character?
...
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...
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...
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...
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...
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.
...
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 ?.
...
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 ...
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...
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...
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?
...
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
...
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 ...
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 ...
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...
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...
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...
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...