NetBeansUserFAQ

(Difference between revisions)
(Java EE Development)
m (Subversion)
(9 intermediate revisions not shown)
Line 69: Line 69:
* [[FaqJdkHome| Can I specify which Java Development Kit (JDK) NetBeans uses? ]]  
* [[FaqJdkHome| Can I specify which Java Development Kit (JDK) NetBeans uses? ]]  
* [[FaqRunningOnJre| Can I run NetBeans using only the Java Runtime (JRE)? ]]  
* [[FaqRunningOnJre| Can I run NetBeans using only the Java Runtime (JRE)? ]]  
-
* [[FaqGcj| Can I use GCJ instead of the Sun JDK for a project? ]]
 
-
* [[FaqJdk11| Can I use JDK 1.1 for my project? ]]
 
   
   
Look and Feel  
Look and Feel  
Line 147: Line 145:
* [[FaqAntClasspathHacks| ...but the script is not even mine, I just want to run it.]]  
* [[FaqAntClasspathHacks| ...but the script is not even mine, I just want to run it.]]  
* [[FaqAntEntityIncludes| My entity includes do not work. I just get a red "X" on the build script.]]  
* [[FaqAntEntityIncludes| My entity includes do not work. I just get a red "X" on the build script.]]  
-
* [[FaqAntNbjpdaconnect| Can I start the NetBeans debugger from an Ant script?]]
 
* [[FaqAntNbbrowse| Can I open a web browser on an HTML page generated by an Ant script?]]  
* [[FaqAntNbbrowse| Can I open a web browser on an HTML page generated by an Ant script?]]  
-
* [[FaqAntBuildXmlGenerate| Can NetBeans write my build script for me?]]
 
* [[AntIDEPerformance| Does NetBeans improve the performance of Ant in any respect?]]
* [[AntIDEPerformance| Does NetBeans improve the performance of Ant in any respect?]]
Line 198: Line 194:
* [[FaqChangeUserGlobal| How to globally change the user name that is used in file templates?]]  
* [[FaqChangeUserGlobal| How to globally change the user name that is used in file templates?]]  
* [[FaqPluginFileTemplates| How can I distribute my file templates to my users?]]
* [[FaqPluginFileTemplates| How can I distribute my file templates to my users?]]
 +
* [[FaqFontRendering| I want to fine-tune font rendering settings.]]
===Database Connectivity ===
===Database Connectivity ===
Line 282: Line 279:
* [[FaqJ2EEJSPWizards| Are the Enterprise Resource Wizards (e.g., Call EJB), available from JSPs as well as servlets? ]]  
* [[FaqJ2EEJSPWizards| Are the Enterprise Resource Wizards (e.g., Call EJB), available from JSPs as well as servlets? ]]  
* [[FaqTaglibrary| Is there support for using a tag library in a web application? ]]
* [[FaqTaglibrary| Is there support for using a tag library in a web application? ]]
-
* [[FaqRegisterOracleApplicationServer|Can I register Oracle's Application Server with this IDE?]]
 
===Web Services Development ===
===Web Services Development ===
Line 333: Line 329:
* [[FaqSubversionCharEncMac| Character encoding problem with Netbeans Subversion on Mac ]]  
* [[FaqSubversionCharEncMac| Character encoding problem with Netbeans Subversion on Mac ]]  
* [[FaqSvnJavahl | How to use the Subversion support with JavaHL? ]]  
* [[FaqSvnJavahl | How to use the Subversion support with JavaHL? ]]  
-
* [[FaqSvnCli | How to force the Subversion support to use the command line client? ]]  
+
* [[FaqSvnCli | How to force the Subversion support to use the command line client? ]]
-
+
* [[FaqSubversionCliVersions | What versions of Subversion commandline client are supported? ]]
 +
* [[FaqSubversion1_7 | Is Subversion client in version 1.7 supported? ]]
 +
 
====ClearCase ====
====ClearCase ====
   
   
Line 354: Line 352:
===Issue Tracking Integration===
===Issue Tracking Integration===
* [[FaqIssueTrackingWhatSystems | What Issue Tracking systems are supported by NetBeans? ]]
* [[FaqIssueTrackingWhatSystems | What Issue Tracking systems are supported by NetBeans? ]]
-
* [[FaqIssueTrackingWithoutKenai | Does the NetBeans Issue Tracking work with any repository, or only with repositories from kenai.com?]]
+
* [[FaqIssueTrackingWithoutKenai | Does the NetBeans Issue Tracking work with any repository, or only with repositories from java.net or kenai.com?]]
* [[FaqIssueTrackingNetbeansBugzilla | Does the Issue Tracking support in NetBeans also work with netbeans.org Bugzilla? ]]
* [[FaqIssueTrackingNetbeansBugzilla | Does the Issue Tracking support in NetBeans also work with netbeans.org Bugzilla? ]]
* [[FaqIssueTrackingRemoveRepository | How do I edit or remove an Issue Tracking repository from NetBeans?]]
* [[FaqIssueTrackingRemoveRepository | How do I edit or remove an Issue Tracking repository from NetBeans?]]
Line 378: Line 376:
* [[FaqProfilerCantAttach| I can't attach the Profiler to a running application. What did I do wrong? ]]  
* [[FaqProfilerCantAttach| I can't attach the Profiler to a running application. What did I do wrong? ]]  
* [[FaqProfilerDynamicAttach| Can I use dynamic attach for standard JDK? ]]  
* [[FaqProfilerDynamicAttach| Can I use dynamic attach for standard JDK? ]]  
-
* [[FaqProfilerWorkingDirectory| 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? ]]
 
-
* [[FaqProfilerDetachAttachFail| 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? ]]
 
* [[FaqProfilerAttachingToRunningApp| 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? ]]  
* [[FaqProfilerAttachingToRunningApp| 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? ]]  
* [[FaqProfilerFilter| 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)? ]]  
* [[FaqProfilerFilter| 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)? ]]  
Line 390: Line 386:
* [[FaqProfilerSingleAndMultiThreaded| How can I profile all threads in a multi-threaded application? ]]  
* [[FaqProfilerSingleAndMultiThreaded| How can I profile all threads in a multi-threaded application? ]]  
* [[FaqProfilerInstrumentSpecialJavaMethods| How do I instrument/not instrument special Java methods? ]]  
* [[FaqProfilerInstrumentSpecialJavaMethods| How do I instrument/not instrument special Java methods? ]]  
-
* [[FaqProfilerSampledInstrumentation| Which method of tracking methods should I use, exact or sampled? ]]  
+
* [[FaqProfilerSampledInstrumentation| Which method of tracking methods should I use, exact or sampled? ]]
-
+
 
===Java ME/Mobility ===
===Java ME/Mobility ===
   
   

Revision as of 14:03, 2 February 2012


Here you find 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

Contents



Installation

General

MS Windows:

Linux

Mac OS

Configuration

The NetBeans userdir (.netbeans)

JDK/JRE settings

Look and Feel

Arguments and Properties

Templates

Mac OS

Miscellaneous

Migration -- Moving to NetBeans

Performance

Project System (General)

Ant

Do not forget the Apache Ant FAQ for questions not specific to NetBeans.

Freeform Projects

You may also be interested in trying AutomaticProjects.

Maven

Navigation

Editing

Database Connectivity

Compiling and Building Projects

Debugging


GUI Editor (Matisse)

Java EE Development

Web Services Development

See also

Version Control Systems

CVS

Subversion

ClearCase

Mercurial

Issue Tracking Integration

Bugzilla

JIRA

Profiler

Java ME/Mobility

Installation, SDKs, Emulators

General Development

Libraries and Build Scripts

Visual Mobile Designer

Device-Dependent

Web Services and Connectivity


Obfuscation

Supported Operating Systems

NetBeans C/C++ Development Pack

NetBeans C/C++ Plugin FAQ and HOW-TOs

New Features

General

Projects, Building and Running your code

Debugging

Code assistance

Remote Development (Introduced in NetBeans IDE 6.5)

Run Monitor profiling tools (Introduced in NetBeans IDE 6.7)

Qt Support (Introduced in NetBeans IDE 6.7)

Unit Tests Support (Introduced in NetBeans IDE 6.9)


PHP

UML

Bug Reporting

NetBeans Community

Joining the Community

Contributing, This FAQ

Community, Chat

Blogs

Mailing Lists

Update Center (Plugin Manager)


Plugin Portal


License and Legal Questions

Contributor Agreement

Docs, Support, Training

Other Languages

Hudson


For older versions of NetBeans see the FaqArchive

Not logged in. Log in, Register

By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo