资源说明:NetBeansTM IDE
NetBeans IDE is an integrated development environment (IDE) for writing, compiling, testing, and debugging software applications for the JavaTM platform and other environments. NetBeans IDE includes a full-featured text editor, visual design tools, source code management support, database integration tools, and many other features.
To start the IDE (Microsoft Windows) use one of these methods:
Double-click the NetBeans IDE icon on your desktop.
Choose Start > All Programs > NetBeans > NetBeans IDE.
Start the IDE at the command line C:\> netbeans-install-directory\bin\netbeans.exe.
To start the IDE (Solaris OS or Linux):
Type at the command prompt: /netbeans-install-directory/bin/netbeans
To stop the IDE:
From the IDE, choose File > Exit.
To uninstall the IDE (Microsoft Windows)
Use the Add/Remove Programs utility. Do not manually delete the directories and files.
To uninstall the IDE (Solaris OS or Linux)
Use the provided uninstaller found at /netbeans-install-directory/uninstall.sh. Do not manually delete the directories and files.
To uninstall the IDE (Mac OS X)
Drag the program folders or files to the Trash. Note that the default location for the IDE is /Applications/NetBeans/.
Finding Documentation for NetBeans IDE
Release information on NetBeans IDE can be found at http://netbeans.org/community/releases/index.html.
The index of IDE documentation can be found at http://www.netbeans.org/kb/index.html. This document also provides links to further documentation.
Help documentation is available within the IDE. From the main menu, choose Help > Help Contents. The Help menu also provides links to other useful documents.
NetBeans IDE user directory
A default user directory is created the first time you start the IDE. It is used to store your user settings, options and runtime data for personal development servers. On Microsoft Windows Vista systems, this directory is generally found at C:\Users\user-id\.netbeans\version. On other Microsoft Windows systems, this directory is generally found at C:\Documents and Settings\user-id\.netbeans\version. On Solaris and Linux, this directory is found at /$HOME/netbeans_user
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。