Wednesday, February 2, 2011

netbeans

NETBEANS(1)                    Java IDE and More                   NETBEANS(1)



NAME
NetBeans - Java IDE

SYNOPSIS
netbeans [ options ] [ files ]



PARAMETERS
options
Command-line options.

files
Files to be opened in NetBeans IDE.

DESCRIPTION
NetBeans is a cross-platform IDE written in Java. It supports develop‐
ment in Java, and support for other languages can be added. The whole
IDE is built around a core framework with APIs, and features are imple‐
mented in the form of plugin modules. This clean, modular architecture
makes NetBeans a good platform for building development tools and cus‐
tom IDEs.

OPTIONS
General options:

--help
List available command line options

--jdkhome
Path to JDK home used to run IDE

-J
Pass to JVM

--cp:p
Prepend to classpath

--cp:a
Append to classpath

Core options:

--laf
Use given LookAndFeel class instead of the default

--fontsize
Set the base font size of the user interface, in points

--locale
Use specified locale

--userdir
Use specified directory to store user settings

Module reload options:

--reload /path/to/module.jar
Installs or reinstalls a module JAR file.

OpenFile module options:

--open FILE
Open FILE.

--open FILE:LINE
Open FILE at line LINE (starting from 1).

AUTHOR
NetBeans was written by the NetBeans Community beans.org/>.

This manual page was written by Marek Slama , for
the Debian project (but may be used by others).



January 18, 2008 NETBEANS(1)

No comments:

Post a Comment