NetBeansUserFAQ
NetBeans User FAQ
This User FAQ for NetBeans IDE 6.7 and previous versions provides answers to frequently asked questions relating to the use of the NetBeans IDE. Don't see what you need here? Check the FAQ Index for a list of all available FAQs.
How To Add FAQ Entries? Only post a question if you also have an answer! If you have a question without an answer, send your question to a NetBeans Mailing List, such as nbusers@netbeans.org or nbdev@netbeans.org, or check the NetBeans Support Resources, and then share your new-found wisdom with the rest of the community here.
IMPORTANT, If you're a Community Member: Once, you're done adding a FAQ as per the above guidelines, please notify NetBeans Community Docs Team by Email
Installation
General
- Is there a platform-independent NetBeans installer?
- I cannot download NetBeans. Is the NetBeans installer available on CD-ROM/DVD too?
- Why does the NetBeans installer fail saying "No Java Development Kit (JDK) was found on this system"?
- I do have a suitable JDK installed correctly. How can I make the installer use it?
- How do I install NetBeans when installer doesn't find installed JDKs?
- What is the admin username/password of the built-in Tomcat?
- What are the right combinations of NetBeans IDE 5.5 and Packs (Profiler, Mobility Pack, C/C++ Pack/...) ?
- What to do when the installer fails saying "The wizard cannot continue... could not load wizard specified in /wizard.inf (104)"?
- The JavaDoc popup in the editor remains empty, how do I install documentation?
- How to solve problems with exceptions in unpack200 during NetBeans 6.x installation?
- How do I perform a silent installation of NetBeans IDE?
- How to install the IDE of the same version several times ?
- How can I access installation log files
- Is it possible to upgrade from one release to another?
MS Windows:
- When I download the NetBeans installer for Windows, the file lacks the "exe" extension and won't run. How can I run the installer?
- Vista: What if you face problems with installation of NetBeans IDE
- Vista: How to avoid problems when installing plugins?
- Vista: Why did the installer report success but did not install NetBeans?
- How do I install NetBeans and packs on 64-bit Windows?
- What to do when NetBeans fails on Win XP with "IllegalStateException: Out of bounds"?
- Does the NetBeans installer run on Windows 98SE / Windows ME?
- Can I use UNC paths in the NetBeans IDE?
Linux
Mac OS
- What to do if installation of AppServer fails on Mac OS X 10.4. w/ JDK 1.5.x?
- How do I uninstall NetBeans in Mac OS X?
Configuration
The NetBeans userdir (.netbeans)
- What is the .netbeans directory? What is the userdir and where can I find it?
- Can I move the .netbeans directory? Can I run NetBeans with an alternate userdir?
- How can I run multiple instances of the IDE simultaneously?
- What are the NetBeans startup parameters (a.k.a. command-line options)?
- How do I make my custom startup parameters permanent?
JDK/JRE settings
- Can I specify which Java Development Kit (JDK) NetBeans uses?
- Can I run NetBeans using only the Java Runtime (JRE)?
- Can I use GCJ instead of the Sun JDK for a project?
- Can I use JDK 1.1 for my project?
Look and Feel
- The default font size used in menus, dialogs, views, etc. is too small. Can I make it bigger?
- Can I run NetBeans with a custom look and feel?
Arguments and Properties
- How can I have two or more main classes with different arguments in one project?
- How can I run/debug a program in NetBeans with certain Java system properties set to certain values?
- How can I run/debug a program in NetBeans with certain environment variables set to necessary values?
Templates
- How do I use Templates? What substitutions can be made in Templates?
- How can I do FreeMarker substitution in 'Save As Template' templates?
Mac OS
- How to improve graphics of DnD on Mac OS X 10.5 (Leopard) with Quartz switch?
- How to invoke popup menu from keyboard on Mac OS X?
Miscellaneous
- Can I associate a file type with NetBeans to open files of that type from File Explorer?
- I have multiple monitors, why are context menus displayed on the wrong screen?
- Can I use JUnit 4 to run tests in my project?
- I have a Xalan under jre/lib and the IDE refuses to start. Why?
- Can I use Ivy to download libraries for my project from a Maven repository?
- Can I use Maven Ant tasks to download libraries for my project from a Maven repository?
- Can I run an annotation processor from my project?
- How to run web application in NetBeans IDE with in the bundeled Tomcat?
- Can I register Oracle's Application Server with this IDE?
- How can I setup the NetBeans working environment to be completely portable? (e.g. on a USB drive)
- How to solve NetBeans and Java editors when scrolling down large files under Linux the text becomes garbled
- How can I incorporate Cobertura code coverage into my Ant script?
- Where you store Opened document list ? I need this list for printable format
Migration -- Moving to NetBeans
- Is there any information available which would help me decide whether I should switch to NetBeans?
- Can I import an Eclipse project into NetBeans?
- Can I import a JBuilder project into NetBeans?
- How can I import projects from other IDEs?
- Where can I find plug-ins for NetBeans?
- Is there a functionality similar to 'Generate Element Comment' (Alt+Shift+J) from Eclipse?
- Does NetBeans support Eclipse key mapping?
Performance
- My NetBeans IDE is slow. What can I do?
- What can I do if Netbeans IDE runs out of memory (OutOfMemoryError is thrown)?
- I get an OutOfMemoryError while building a project having more than 6000 source files. What do I do?
- How to decrease startup time of NetBeans (Disabling Netbeans modules)?
- What are memory requirements of Netbeans IDE?
- How do I set the JVM's heap size to be smaller?
- Can I eliminate pauses caused by garbage collection?
- Can I have my files on network drives?
- What can I do if Netbeans IDE runs out of file descriptors?
- Editor does not reparse my source file fast enough to highlight errors when I am typing.
- Bothered by frequent rescanning ?
- Can I improve performance by changing the look and feel?
- Why is browsing for a file from within any Open Dialog so slow?
- How to make scanning/indexing faster?
Project System (General)
- How can I package and distribute my executable Java application?
- Broken References: Why aren't my projects referring to each other using relative paths?
- Why are some project categories missing from the New Project dialog?
- How do I set or modify the language encoding for a project?
- On Mac OS, why do I get an error when creating a project?
- Why can't two projects share a source root?
- How do I create a package using Netbeans IDE 5.5?
Ant
Do not forget the Apache Ant FAQ for questions not specific to NetBeans.
- Can I pass parameters into the Ant Script?
- My build script has lots of "private targets", can I prevent these from appearing in the Run Target menu?
- How Do I Define a Shortcut for an Ant Target?
- I like to edit my build script directly in the source editor as text; is there any code completion available?
- I am using an optional task such as FTP and it says it cannot create a task definition, and to check my classpath. What did I do wrong?
- My script works fine from the command line, after I set my CLASSPATH, but I cannot compile inside NetBeans. Why?
- ...but what if the classpath needed to compile with changes?
- ...but the script is not even mine, I just want to run it.
- My entity includes do not work. I just get a red "X" on the build script.
- My script really does not work inside NetBeans, and it does from the command line.
- Can I start the NetBeans debugger from an Ant script?
- Can I open a web browser on an HTML page generated by an Ant script?
- Can NetBeans write my build script for me?
- Does NetBeans improve the performance of Ant in any respect?
Freeform Projects
- Is there any documentation on freeform projects, or samples?
- Can I have multiple source roots in a freeform project?
- Why can't I add a library to the classpath of my freeform project?
- How can I set which JDK to use for my freeform project?
- Are there some diagnostics I can use for configuration problems in my freeform project?
Navigation
- How Can I Quickly Navigate to Methods and Fields?
- I want to view/edit a file on my disk, but I don't want to set up a project for it. Is there a way to open random files?
- Can I view the package structure of my project as a tree?
- How do I quickly find the current file in Projects/Files/Favorites view?
- Why there is no "places bar" on right side of Open Project on Windows?
Editing
- I cannot type some characters or they appear in an unusual way.
- The code completion shortcut (Ctrl-Space) doesn't work or causes problems. Is there an alternative?
- The code completion shortcut produces a beep in files known to allow code completion and the code completion window disappears without warning while typing. What can I do?
- Scrolling in editor under Linux is slow. Is there any possibility to make it faster?
- Can I use back references when using regular expressions in the Find/Replace dialog?
- Is it possible to split editor and edit one file in two editor windows?
- What is hyperlinking and how can I use it?
- Can I compare (diff) two files outside version control?
- Can I Create Custom Code Folds?
- How various line separators (EOLs) are handled?
- Removing CRLF from all the java files of a project (Converting to Unix format)
- NetBeans 3.x used to remind me about methods to be added when implementing an interface. Is this feature gone in 4.x and 5.0?
- I want to use UTF-8 and multibyte characters in Netbeans.
- How can I insert newline characters using the 'search & replace' dialog?
- Where can I get an overview of keyboard shortcut changes from 5.5 to 6.0?
- How do I set or modify the language encoding for a project?
- How are file templates defined in NetBeans IDE 6? What is FreeMarker?
- Can you give me a list of all the predefined variables for templates, like ${user} and ${date}?
- How to globally change the user name that is used in file templates?
- I'd like to distribute my file templates to my users. What must I do?
- How can I see files of this type: filename.css.tpl.php highlighted as a normal css file? (Not Available)
- How can i redirect a file for input/ouput ?
Database Connectivity
- When I connect to my database, I can't see my tables, but if I use another tool, I can see them fine. Where are they?
- I built a database application using an embedded database (Java DB or HSQL), but when I run it, none of the tables or data I created are there!
- "Cannot create JDBC driver of class for connect URL 'null'". What do I do?
- "Cannot load JDBC driver class 'org.gjt.mm.mysql.Driver'". What do I do?
- "Unable to read the data structure, connection is broken: Unsupported feature". What do I do?
- "What is .netbeans-derby dir, what does it store, and how can I change its location?
- How do I install the NetBeans sample databases or the Sakila sample database for MySQL?
- How do I start/stop the MySQL Server from NetBeans IDE?
- How do I secure my database password?
- How do I secure my MySQL password?
- My database driver is in WEB-INF/lib but I still can't access the database. What do I do?
- How do I connect to a table element?
- Cannot select tables from ms sql 2000 because it says (no primary key) next to each table but the tables DO have a primary key! What do i do?
- How can I enable the console output in the IDE for the MySQL server?
Compiling and Building Projects
- I get an OutOfMemoryError while building a project having more than 6000 source files. What do I do?
- After I make an incompatible change to one class, do I need to do a Clean and Build to see what it broke?
- How can I customize what goes into my project's JAR file?
- Can I exclude some classes or packages from compilation?
- How can I have two or more main classes with different arguments in one project?
- I get "Failed to load Main-Class manifest attribute" when trying to run a JAR file
- I want to use my own keystore when signing a Java project for Java WebStart deployment
- How can I use the NetBeans Visual Library in my own project?
- How do I set or modify the language encoding for a project?
- Is there support for the Java Remote Method Invocation API (RMI)?
- How does Compile on Save (CoS) work?
Debugging
- While debugging, how can I back up and repeat a step without starting over?
- Can I step into the JDK code during debugging?
- How do I attach NetBeans debugger to a running application?
- How do I debug NetBeans?
- How do I debug an applet remotely?
- I'm running into problems when trying to debug. What can I do?
- Why can't I step into my source code when using the Ant debug target that I generated in the IDE for my free-form project?
- Printing debug messages
- How to use Method breakpoints?
- How to use Field breakpoints?
- Conditional Breakpoints
- Stack Operations
- Debugging in AWT hangs X-Windows
- Debugger log
JavaScript Debugger
- Why am I asked to shut down mdm.exe?
- Do you support IE8 in JavaScript Debugging?
- If I use Attach Debugger Web Page Debugger with Internet Explorer, nothing appears in the Http Client Monitor
- I get this Error dialog "Runtime Error has occurred. Do you wish to Debug?" when I visit web pages after I use JavaScript Debugger. How can I avoid it?
- I switched my session, did some debugging, but my debugging toolbar became deactivated
- Why do I sometimes get the dialog "Client side already running, restart?" ?
- Using the Http Client Monitor with Firefox, I sometimes find response headers empty.
GUI Editor (Matisse)
- Can I edit the blue, guarded blocks of code when developing a GUI?
- Components unexpectedly moved in container during design
- What is the .form file?
- Can I generate the .form file for an existing class?
- What is the Swing Layout Extensions library (org.jdesktop.layout) and do I need it?
- How can I set the GUI builder not to generate javax.swing.GroupLayout? I need Java 5 code.
- How to run/distribute my GUI application created in NetBeans?
- How to package the swing-layout-<version>.jar library into my application JAR?
- Can I distribute NetBeans layout libraries with my application?
- How can I design forms with GridBagLayout?
- How do I create a custom container bean?
- Can I create forms by extending other forms?
- How can I use a custom subclass of a Swing component? Do I need to install it to the palette?
- How can I define a baseline rules for my custom component?
- Can I define my own spacing scheme (default gaps between components)?
- I installed my component to the palette, but get some error message when trying to use it!
- How can I define an icon for my component added to the palette?
- Is there a way to restore the default palette?
- How do I create a radio button group?
- How do I set tab names in a JTabbedPane?
- Can I change the type of already created forms?
- How do I add several GUI components in one go?
- How do I create array of GUI controls?
- How can I dynamically create a variable number of GUI components?
- What are Generate Mnemonics Code options for and how do they work?
- How to use a Master/Detail panel as a component in other GUI forms?
- How do I use an IDENTITY column in a Java Desktop Application?
- Why does my Java Desktop Application fail to launch?
Java EE Development
- Why do I get the 404 error message "The requested resource is not available"?
- How do I change the web browser for JSP and web module execution?
- Are the Enterprise Resource Wizards (e.g., Call EJB), available from JSPs as well as servlets?
- EJB 2.1: How do I create CMP bean that uses automaticaly PK generation feature
- Is there support for using a tag library in a web application?
Web Services Development
- How to customize generated schema for WSDL file
- How to use WSDL Customizer in NetBeans
- JAX-WS Web services on JBoss in NetBeans 6.0/6.1
- Can I define a WSDL SOAP binding as RPC style binding?
- [[|FaqRPCEncoded| Can I access RPC/encopded web service by using JAX-WS client? ]]
- How to change Web Service location at runtime
- How to set up endorsed dir for Tomcat
See also
SOA
- What are JBI, OpenESB, and NetBeans SOA?
- What does the Composite Applicaiton project do?
- What does the CASA editor do?
- How do I create a custom SE Service Unit project type?
- What is the BPEL Designer?
- How can I have both the BPEL Mapper and the Diagram displayed on the screen at the same moment?
- What do the left and right swimlanes of the Design View stand for?
- Why the warning and/or error marks are still displayed on the diagram even after corrections are made and the document is valid?
- Can I see how a sample BPEL process works?
- What are dynamic partner link used for?
- What is the BPEL Mapper used for?
Version Control Systems
- Which version control systems do you support?
- How to add the VCS generic profiles (VSS, ClearCase, TeamWare support) to NetBeans 6.0?
- How to switch off Netbeans version control for a particular folder?
CVS
- Which CVS support implementation am I using?
- How can I set up and access local CVS repositories?
- How do I configure CVS connection settings?
- How to set up CVS public key SSH authentication?
- How can I connect through firewall?
- How does CVS integrate with projects?
- Can I version my private project settings?
- How can I view differences between two specific revisions?
- Why am I getting a "cvs is not recognized" error?
- Why won't the IDE allow me to commit changes into trunk/branch?
- How can I change customization of status labels?
- How can I make other protocols provided by CVSNT work?
- How to import binary files correctly?
Subversion
- What are the main features of NetBeans Subversion Support?
- What do I need for NetBeans Subversion Support?
- Are JavaHL and SvnKit (JavaSVN) supported?
- What versions of working copies are supported?
- Why does NetBeans complain about missing Subversion client?
- How do I set up SSH with Subversion?
- How to connect to an svn repository with user-certificated authentication?
- How do I display Subversion branch/tag annotations?
- How to customize the Subversion branch/tag annotations?
- How to customize the status coloring for Subversion?
- How to exclude new files by default from a commit?
- How can a file be added as binary?
- How can I avoid checking out the top folder from the repository? Can I use another name for it?
- Why does it take such a long time when opening a versioned folder?
- Character encoding problem with Netbeans Subversion on Mac
- How to use the Subversion support with JavaHL?
- How to force the Subversion support to use the command line client?
ClearCase
- How do i get and install the Netbeans ClearCase support?
- Do you support any Unified Change Management features?
- Do you support CC Web configurations, CC Remote client or a similar approach?
- How do i find all existing checkouts in my project?
- How do I switch between different views?
- I always get this annoying yet harmless error messages?
- Browse History, Browse Revision Tree or Show Properties don't work?
Mercurial
- What do I need for NetBeans Mercurial Support?
- What are the recommended Mercurial extensions?
- How do I set up SSH with Mercurial?
- How can I rename or move a project without losing Mercurial metadata?
Issue tracking
JIRA
Profiler
- Do you have any profiling tips?
- Which JDK releases can be used with the Profiler?
- Will the Profiler run on Mac?
- What exactly does the Profiler Calibration mean?
- How do I run the calibration process on a remote machine?
- Can I save and later retrieve the results of profiling?
- How can I compare memory snapshots?
- How do I find who prevents certain objects in memory from being garbage collected?
- How do I read the data on garbage collection?
- I can't attach the Profiler to a running application. What did I do wrong?
- Can I use dynamic attach for standard JDK?
- If I want to attach the Profiler to a running application, why do I need to give the Profiler the "working directory" for this application?
- On Windows, if I attach to the running application using its PID, and then detach from it, my subsequent attempts to attach to it fail. What's the problem?
- When I attach to a running application, and want to do "Analyze Performance - Entire Application", why does it say it can give me profiling results only for threads started after I attached the Profiler to the application?
- When selecting part of an application to profile, is it possible to set the filter at the package level (rather than at the method level)?
- Why is the total memory not equal to the sum of live bytes?
- How does profiling via root methods work?
- How is object liveness tracked?
- How is object allocation data collected?
- How do I use different timers when profiling an application?
- How do I select an instrumentation scheme?
- How can I profile all threads in a multi-threaded application?
- How do I instrument/not instrument special Java methods?
- Which method of tracking methods should I use, exact or sampled?
Java ME/Mobility
- Where should I report issues about Mobility support?
- Where can I find out more about Java ME development using Mobility support?
Installation, SDKs, Emulators
- How do I install the Java ME SDK 3.0 for MIDP and CDC in NetBeans 6.5?
- Why does the Mobility support not detect NetBeans 5 install folder?
- Where can I find emulators and SDK's for Java ME development?
- How can I develop MIDP 1.0-compliant application when my emulator only supports MIDP 2.0?
- How can I add Nokia SDKs if NetBeans Platform Manager does not recognize these SDKs as valid ones?
- How do I install the Sun Java Toolkit for CDC in NetBeans 6.5 and earlier releases?
General Development
- How do I specify a MIDlet icon?
- Why does Execute Through OTA not show previously deployed MIDlets?
- Why can I not remove an ability from 'Add Ability' dialog?
- When my application tries to access the network I get a message from emulator where it asks for permission to use air time. None of the buttons work though. What is going on?
- How to increase debugger timeout?
- I download it sample Netbeans Java ME application from Internet but I can't run it because of compilation errors. What do I do wrong?
Libraries and Build Scripts
- How should I structure my project in NetBeans if I am using both Java ME and Java SE elements?
- How can I create two libraries from the same source code, one to be used in Java ME projects and the other one in Java SE projects?
- How do I specify resource files (images, sounds) to be added to the JAR build?
- Can I change my MIDlet project's dist destination, so it puts the JAR and JAD straight onto a server rather than in my local dist directory?
- Does the IDE generate the necessary Ant targets to launch my Java ME app in the various configured emulators?
- How can I change behavior of Build Targets in Ant Build Script?
Visual Mobile Designer
- Why can't I open existing source files in the Visual Designer?
- While using Visual Mobile Designer, can I test the developed form without creating build and starting my application on WTK emulator?
- When I develop a form, new element is added to inspector view, but I don't see it edited on screen (in visual form). Changes are only visible after I create build and start emulator. Is this proper behavior?
- How to change the colors of TableItem when it appears as black on device?
- How Should I use SVG Menu in My Application?
- Is it possible to split Visual Midlet/Visual Design class into more that one file?
- How to create Custom Component for Visual Mobile Designer?
- Where I can find more information about Visual Mobile Designer architecture?
- Where I can find more information about VMD custom components like SMS Composer, File Browser, Wait Screen, PIM Browser, Login Screen?
- How can I edit code in guarded blocks generated with Visual Mobile Designer?
Device-Dependent
- How can I create block active only for NokiaAPI AND NokiaSound abilities (both active together)?
- How can I use the Sony Ericsson SDK to remotely manage Java ME resources from within NetBeans?
- When running my Java ME application as .prc on my Palm Tungsten C, I get the message "Alert does not accept commands - java.lang.IllegalStateException." What is going on?
- What do I need to run SVG based application on my MIDP mobile device?
Web Services and Connectivity
- Why Midlet clients for Webservices / Web applications are not generated automatically?
- How Can I make Web Services (JSR 172) work in my CDC project?
- How Can I use Web Services (JSR 172) in my Java ME MIDP project?
- How can I connect my Java ME MIDP application to the SQL database?
Obfuscation
- What version of Proguard obfuscator is used by the IDE?
- How do I add BouncyCastle crypto libraries to my J2ME project?
Supported Operating Systems
- Does the NetBeans Mobility support Solaris and Mac OS X?
- How do I develop mobile applications with NetBeans using Mac OS X?
- How do I make the Mobility support work on Ubuntu 7.10?
NetBeans C/C++ Development Pack
NetBeans C/C++ Plugin FAQ and HOW-TOs
New Features
General
- C/C++ Application Learning Trail
- What is the NetBeans C/C++ Plugin?
- What's the distinction between the NetBeans IDE with the C/C++ Plugin and the Oracle Solaris Studio (aka Sun Studio) IDE?
- On which platforms can I run the NetBeans C/C++ Plugin?
- Which compilers does the NetBeans C/C++ Plugin support?
- Where can I find a good tutorial to get started using Java Native Interface (JNI) other than "Beginning JNI with NetBeans C/C++ Pack 5.5, Part I"
- How can I configure the NetBeans IDE for C and Fortran development using MinGW?
- How can I configure the NetBeans IDE to work correctly with localized tools?
- How can I get Qt4 working together with NetBeans IDE?
Projects, Building and Running your code
- How do I go about moving my existing C++ project from Eclipse or GNU and bringing it into the NetBeans project system?
- I can't successfully run the g++ compiler to configure the built-in source file parser. What can I do?
- Is it possible to use MinGW in C/C++ Development?
- I've changed compiler collections in Tools > Options but my project is still using my old compiler collection. Why didn't it use the new one?
- How do I add a new set of compilers to the list of compiler collections?
- Is there a GNU make on the Solaris OS?
- How can I change the default extension for C/C++ source or header files?
- Build fails with error in file something.o.d. What can I do?
- How can I create and add resource files into projects?
- How can I configure the NetBeans IDE to work correctly with localized tools?
Debugging
- Is the NetBeans C/C++ plugin tightly integrated with a C/C++ debugger?
- The debugger doesn't work. What's the first thing I should do?
- What version of gdb should I use?
- When I try debugging on a Mac OS X machine the debugger fails. What's going on?
- Breakpoints in some of my C++ constructors are ignored. Is this a known problem?
- How can I enter external parameter (main args) like it's possible in mode "Run"?
- How to debug embedded applications?
Code assistance
- Does the NetBeans C/C++ Plugin support refactoring?
- Does a hyperlink go to the function definition or to its declaration?
- For a declaration that is declared via macros, how can I see the "real" declaration name?
- How can I find all definitions of my namespace?
- How can I create a project from existing code and set up code assistance?
- How can I configure code assistance when I cannot build the project?
- My project has a question mark in the Projects window - what does it mean? And what should I do?
- My #include directive is underlined red - what should I do?
- How can I edit user include paths and macros?
- How can I detect that the project has the wrong configuration?
- Is it possible to configure an already existing project from existing code?
- Is it possible to have different platform/device dependent configurations in one project?
Remote Development (Introduced in NetBeans IDE 6.5)
- When I try to add a remote development host I get a SocketException saying "Reply from SOCKS server has bad version". What can I do about it?
- When I try to add a remote development host no tool collections are found on the remote server although I have compilers installed there. What can I do about it?
- When I try to add a remote development host it is stuck on initializing screen. What can I do about it?
Run Monitor profiling tools (Introduced in NetBeans IDE 6.7)
- My program runs fine outside the IDE and in Debug mode in NetBeans IDE, but fails in Run mode. What can I do?
- My program runs slowly in the IDE, but faster outside the IDE and when debugging in the IDE. Why, and how can I fix it?
- Why does the IDE says it is "looking for thread lock problems" but does not show anything?
- What additional privileges are needed for the Memory tool?
- How can I use the Profiling tools on Linux?
- On Solaris I have Dtrace and Sun Studio. Which Data Provider should I choose?
Qt Support (Introduced in NetBeans IDE 6.7)
- I want to use Qt feature FOO but there is no corresponding checkbox in project properties. What can I do?
- How can I tell NetBeans to use Qt installed in /usr/local/Trolltech/Qt-4.5?
Unit Tests Support (Introduced in NetBeans IDE 6.9)
PHP
- Where can I find detailed documentation for NetBeans IDE for PHP?
- Where do I download PHP support?
- Which file types are supported by the NetBeans IDE for PHP?
- How do I start PHP development?
- How do I use the MySQL database server with the NetBeans IDE for PHP?
- How do I set up a PHP project?
- Can I set up a PHP project with already existing sources?
- How do I configure XDebug?
- How do I debug PHP projects?
- What are all-in-one packages?
- Which encoding do I use for naming PHP source files and folders?
UML
- Can I use NetBeans UML Modelling on Mac OS too?
- How does reverse enginer handle data members and parameters that are Java 5 collections?
- I get a "Cannot create image:Java Heap space" error when I try to save my Class Diagram. Why?
- I get "Increase Heap Space Error" while Reverse Engineering large Java project to UML. Why?
- How can several developers collaborate with one UML project?
- UML Printing Issues with some JDK 1.6.0 before update 2
- Can I export/import uml project to/from xmi format?
- Problems with 6.1 projects and diagrams in 6.5+ releases
Bug Reporting
- I have read the FAQ but it seems to be a new bug. Where do I report it?
- Why do I need to register to submit a bug?
- Why is the bug reporting process so difficult?
- Where do I find the NetBeans log file to attach to the error report?
- How to generate a Thread Dump to attach to the error report?
- How to activate more detailed logging for the error report?
- How to create a CPU profiling snapshot if I want to report a performance problem?
- How to create a memory snapshot if I want to report OutOfMemoryError?
- NetBeans IDE is scanning/parsing/indexing for ages? Yes, it's a bug!
NetBeans Community
Joining the Community
- How and why to register for a NetBeans community account?
- I registered but never got an email with my password? / I forgot my Password!
- How can I contribute to the NetBeans project?
- How do I change email Id, once registered at netbeans.org
Contributing, This FAQ
- Can I add a new or update an existing entry in this FAQ?
- I found some nice tricks, how can I share them?
- I can't find answer to my question in this FAQ. Who can I ask for help?
Community, Chat
- Where can I find a public NetBeans user chat?
- Why can't I connect to the Developer Collaboration Chat server share.java.net?
- How do I set up a private Developer Collaboration Chat server? (NB 6.5)
- How can I collaborate on a project and send instant messages in NetBeans 6.7?
- Where can I meet users who speak Japanese, Chinese, French, Russian, German, Spanish, Portuguese, Indonesian... ?
Blogs
Mailing Lists
- Why should I join a mailing list?
- How do I subscribe?
- There are so many lists - which do I subscribe to?
- How do I unsubscribe?
- I can't unsubscribe!
- How do I find out which of my email addresses is subscribed?
- How do I update my subscription address?
- How do I send a message to the list?
- Is there a NetBeans Forum? Can I post messages via the web?
- Are there NetBeans newsgroups? Can I access the lists via Usenet/NNTP?
- My message didn't show up on the list!
- My messages sometimes take hours or days to show up on the list!
- I use GMail and I don't get a copy of my own posts, why ?
- I'd like to help out - can I help moderate a list?
- I posted my question but nobody answered!
Update Center (Plugin Manager)
- How can I install a new module from the Update Center?
- How do I use the Update Center through a (company etc) firewall?
- How can I download a module from the Update Center as an NBM file?
- How can I import a set of plugins from the previous version of the IDE?
- Why are there plugins "missing" in the final release? Where can I get plugins still in development?
- Can I publish my own module on the NetBeans Update Center?
- How do I create own update center?
- How can I add new Update Center in the IDE?
- What is the difference between individual NetBeans Update Centers?
- How do I verify that a module was staged correctly on the NetBeans Update Center?
- How to customize the Plugin Manager?
Plugin Portal
- Where can I search for NetBeans Plugins, or publish my own?
- How do I install a plugin module into NetBeans?
- How do I log on to the Portal?
- How do I add my own Plugins?
- How do I update or delete my own Plugins?
- Which are the best and most popular Plugins? (Rating)
- Why can't I rate this plugin?
- What categories are there? And what is a tag cloud?
- Why is my module owned by "nbadmin"?
- What if I have a problem using the Plugin Portal or would like to suggest a change?
- Should I publish my plugin on Plugin Portal or Update Center?
- How does publishing on Plugin Portal Update Center work?
- How to get my plugin on Plugin Portal Update Center?
- How to check plugin Verification status?
- How to cancel verification request of my plugin?
- How do I verify a plugin?
License and Legal Questions
- Do I need to license NetBeans software to use it in my company or university?
- Can I use NetBeans to create a commercial application?
- Can my contribution to NetBeans.org be included in a commercial product?
- Can I modify NetBeans source code files and distribute the IDE for free or sell it?
- Why is NetBeans dual licensed both under CDDL and GPLv2?
- What is the Classpath exception?
- Why is the Classpath exception necessary?
- Does adding GPL v2 affect current distributions?
- Do I need anything besides NetBeans source code to be able to compile and run the NetBeans IDE?
- Can I sell the IDE with my custom modules added without disclosing my source code?
- Can I distribute the NetBeans IDE on a CD-ROM that I sell?
- Can I redistribute the Java Software Development Kit (SDK), any version, royalty-free with the NetBeans IDE?
- Is NetBeans configured only for the Sun SDK, or are there any other SDKs or compilers that NetBeans can work with?
- File:Can I use NetBeans images ( like play.png, pause.gif or refresh.png ) in my programs ?
- There are a lot of tutorials that can be found on NetBeans.org (under "Docs and support"). Can we use those materials in our Java course?
- What does 'entitlement' mean??
Contributor Agreement
- What is the Contributor Agreement ("CA")?
- Do I have to fill out a CA?
- How do I file a completed CA?
- Can I file my completed CA by e-mail?
- I've already signed a JCA; do I still have to sign the CA?
- I've already signed a CA for another Sun project, do I need to sign another one for NetBeans?
- I've already signed a recent version of the CA, do I need to sign the newest version?
- Do I have to file a CA for every contribution?
- Once I have a CA on file, can I change my mind and cancel?
- I tried to make a contribution to netbeans.org and signed a CA, but my contribution was not accepted. What is the result?
- Why does NetBeans request a CA?
- I have a CA or JCA on file and I have made a code contribution to netbeans.org. Can I get listed on the copyright notice?
- If my company wants me to contribute changes, who should sign the CA, me or my company?
- Can my company sign a blanket JCA for all its employees?
Docs, Support, Training
- Where is the official NetBeans documentation?
- Are there available official NetBeans IDE updates for free?
- Would NetBeans consider a commercial support agreement with us?
- What are the official NetBeans support options for businesses and individuals?
- Are there official NetBeans training resources?
- My school wants to teach Java and NetBeans, do you offer an academic program?
- Is there an official NetBeans Certificate?
Other Languages
- Where can I meet users who speak Japanese, Chinese, French, Russian, German, Spanish, Portuguese, ... ?
- Can I see Japanese translations of these User FAQ?
- Does NetBeans support bi-directional text?
- How can I use UTF-8 encoding in Java source files and JavaScript files in my project?
- In a localized NetBeans, how do I change the Generated JavaDoc to English?
- How can I run NetBeans in a non-English locale but see messages in English ?
- How do I modify the language encoding for a project?
- Why are Asian characters garbled (shown as rectangles) when running NetBeans on some Linux systems ?
- Why does the localized Chinese javadoc not appear or be used ?
- Why does the javadoc search not find results from the localized Chinese javadoc ?
- How can Localizers determine which UI Strings are in which Bundle.properties file?