.\" Hey, EMACS: -*- nroff -*- .\" The first parameter, NAME, should be all caps .\" The second parameter, SECTION, should be 1-8, maybe with subsection .\" Other parameters are allowed: see man(7), man(1) .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .TH "NETBEANS" "1" "January 18, 2008" "" "Java IDE and More" .SH "NAME" NetBeans \- Java IDE .SH "SYNOPSIS" .LP .nf \f3 .fl \fP\f3netbeans\fP [ \f2options\fP ] [ \f2files\fP ] .br .fl .fi .LP .SH "PARAMETERS" .LP .LP .TP 3 options Command\-line options. .TP 3 files Files to be opened in NetBeans IDE. .LP .SH "DESCRIPTION" .B NetBeans is a cross\-platform IDE written in Java. It supports development in Java, and support for other languages can be added. The whole IDE is built around a core framework with APIs, and features are implemented in the form of plugin modules. This clean, modular architecture makes NetBeans a good platform for building development tools and custom IDEs. .SH "OPTIONS" .LP General options: .TP 3 \-\-help List available command line options .TP 3 \-\-jdkhome Path to JDK home used to run IDE .TP 3 \-J Pass to JVM .TP 3 \-\-cp:p Prepend to classpath .TP 3 \-\-cp:a Append to classpath .LP Core options: .TP 3 \-\-laf Use given LookAndFeel class instead of the default .TP 3 \-\-fontsize Set the base font size of the user interface, in points .TP 3 \-\-locale Use specified locale .TP 3 \-\-userdir Use specified directory to store user settings .LP Module reload options: .TP 3 \-\-reload /path/to/module.jar Installs or reinstalls a module JAR file. .LP OpenFile module options: .TP 3 \-\-open FILE Open FILE. .TP 3 \-\-open FILE:LINE Open FILE at line LINE (starting from 1). .SH "AUTHOR" NetBeans was written by the NetBeans Community . .PP This manual page was written by Marek Slama , for the Debian project (but may be used by others).