File: jameica.1

package info (click to toggle)
jameica 2.10.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,400 kB
  • sloc: java: 37,820; xml: 628; sh: 252; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 1,685 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.TH JAMEICA 1 "MAY 22, 2018"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
jameica \- run-time system for Java application
.SH SYNOPSIS
.B jameica [OPTIONS]
.SH DESCRIPTION
jameica is a runtime environment for Java applications, which
are implemented as plugins.
.SH OPTIONS
A summary of the options supported by \fBjameica\fR is included below.

.TP
.B \-c, \-\-client
Start jameica in client mode (with user interface).
.TP
.B \-d, \-\-server
Start jameica in server mode (without user interface).
.TP
\fB\-f, \-\-file\fR [\fIdir\fR]
Use \fIdir\fR as user directory.
.TP
.B \-h, \-\-help
Show a german help text.
.TP
.B \-l, \-\-ignore-lock
Ignore existing lock files.
.TP
.B \-n, \-\-noninteractive
Detach jameica from the terminal. This option is ignored in client mode.
.TP
.B \-o, \-\-force-password
Ignore the master password specified via the command line interface.
.TP
\fB\-p, \-\-password\fR [\fIpw\fR]
Use \fIpw\fR as master password.
.TP
.B \-s, \-\-standalone
Start jameica in standalone mode with user interface (default)
.TP
\fB\-u, \-\-username\fR [\fIuser\fR]
Use \fIuser\fR as username.
.TP
\fB\-w, \-\-passwordfile\fR [\fIfile\fR]
Read master password from \fIfile\fR.

.SH ENVIRONMENT
.IP JAVA_HOME
Specify an alternate Java environment.
.IP JAVA_OPTS
Specify Java options.
For example, to use a HTTP proxy server with this program, set this environment variable
to something like
.I JAVA_OPTS="-Dhttp.proxyHost=yourProxyURL"
before starting jameica.

.SH AUTHOR
jameica was written by Olaf Willuhn <info@willuhn.de>.
.PP
This manual page was written by Sebastian Reichel <sre@debian.org>,
for the Debian project (but may be used by others).