~ubuntu-branches/ubuntu/trusty/netbeans/trusty

« back to all changes in this revision

Viewing changes to debian/netbeans.1

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-ahcn3eqgl2iefhgh
Tags: 6.0.1-0ubuntu1
Initial version. (LP: #187708)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Hey, EMACS: -*- nroff -*-
 
2
.\" The first parameter, NAME, should be all caps
 
3
.\" The second parameter, SECTION, should be 1-8, maybe with subsection
 
4
.\" Other parameters are allowed: see man(7), man(1)
 
5
.\" Please adjust this date whenever revising the manpage.
 
6
.\" 
 
7
.\" Some roff macros, for reference:
 
8
.\" .nh        disable hyphenation
 
9
.\" .hy        enable hyphenation
 
10
.\" .ad l      left justify
 
11
.\" .ad b      justify to both left and right margins
 
12
.\" .nf        disable filling
 
13
.\" .fi        enable filling
 
14
.\" .br        insert line break
 
15
.\" .sp <n>    insert n+1 empty lines
 
16
.\" for manpage-specific macros, see man(7)
 
17
.TH "NETBEANS" "1" "January  18, 2008" "" "Java IDE and More"
 
18
.SH "NAME"
 
19
NetBeans \- Java IDE
 
20
.SH "SYNOPSIS"
 
21
.LP 
 
22
.nf 
 
23
\f3
 
24
.fl
 
25
\fP\f3netbeans\fP [ \f2options\fP ] [ \f2files\fP ]
 
26
.br 
 
27
 
 
28
.fl
 
29
.fi 
 
30
 
 
31
.LP 
 
32
.SH "PARAMETERS"
 
33
.LP 
 
34
 
 
35
.LP 
 
36
.TP 3
 
37
options 
 
38
Command\-line options. 
 
39
.TP 3
 
40
files
 
41
Files to be opened in NetBeans IDE. 
 
42
.LP 
 
43
.SH "DESCRIPTION"
 
44
.B NetBeans
 
45
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.
 
46
.SH "OPTIONS"
 
47
.LP 
 
48
General options:
 
49
.TP 3
 
50
\-\-help
 
51
List available command line options
 
52
.TP 3
 
53
\-\-jdkhome <path>
 
54
Path to JDK home used to run IDE
 
55
.TP 3
 
56
\-J<jvm_option>
 
57
Pass <jvm_option> to JVM
 
58
.TP 3
 
59
\-\-cp:p <classpath>
 
60
Prepend <classpath> to classpath
 
61
.TP 3
 
62
\-\-cp:a <classpath>
 
63
Append <classpath> to classpath
 
64
.LP 
 
65
Core options:
 
66
.TP 3
 
67
  \-\-laf <LaF classname>
 
68
Use given LookAndFeel class instead of the default
 
69
.TP 3
 
70
  \-\-fontsize <size>
 
71
Set the base font size of the user interface, in points
 
72
.TP 3
 
73
  \-\-locale <language[:country[:variant]]>
 
74
Use specified locale
 
75
.TP 3
 
76
  \-\-userdir <path>
 
77
Use specified directory to store user settings
 
78
.LP 
 
79
Module reload options:
 
80
.TP 3
 
81
  \-\-reload /path/to/module.jar
 
82
Installs or reinstalls a module JAR file.
 
83
.LP 
 
84
OpenFile module options:
 
85
.TP 3
 
86
  \-\-open FILE
 
87
Open FILE.
 
88
.TP 3
 
89
  \-\-open FILE:LINE
 
90
Open FILE at line LINE (starting from 1).
 
91
.SH "AUTHOR"
 
92
NetBeans was written by the NetBeans Community <http://www.netbeans.org/>.
 
93
.PP 
 
94
This manual page was written by Marek Slama <mslama@netbeans.org>,
 
95
for the Debian project (but may be used by others).