NetBeans Section Index
How do I use third party/external java libraries in my NetBeans plug-in module?
In order to use an external library in NetBeans plug-in modules you need to create a "Library Wrapper Module" project which will (when added to a module suite) exist on the module project's classp...more
How can I add third party libraries to NetBeans for use within my applications/projects?
How can I add third party libraries to NetBeans for use within my applications/projects?
Does NetBeans only support the Java language? Can I code in other languages in NetBeans?
Does NetBeans only support the Java language? Can I code in other languages in NetBeans?
How can I register new servers in NetBeans?
How can I register new servers in NetBeans?
How can I change the compilation options in NetBeans?
How can I change the compilation options in NetBeans?
How can I develop midlets with NetBeans?
You need to get the NetBeans Mobility Pack, available from http://www.netbeans.org/products/mobility/.
How can I integrate IBM jikes compiler with JBuilder.
Jikes is a faster compiler, compared to javac. You can configure JBuilder to run with different JDKs but I believe it always compiles using its own proprietary compiler ("bcj" - by Borland). There...more
Where can I get the source code for Forte?
The NetBeans Open Source project at http://www.netbeans.org/ is home to the Forte for Java source.