logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jameica - run-time system for Java application

Author

       jameica was written by Olaf Willuhn <info@willuhn.de>.

       This  manual  page  was written by Sebastian Reichel <sre@debian.org>, for the Debian project (but may be
       used by others).

                                                  MAY 22, 2018                                        JAMEICA(1)

Description

       jameica is a runtime environment for Java applications, which are implemented as plugins.

Environment

       JAVA_HOME
              Specify an alternate Java environment.

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

Name

       jameica - run-time system for Java application

Options

       A summary of the options supported by jameica is included below.

       -c,--client
              Start jameica in client mode (with user interface).

       -d,--server
              Start jameica in server mode (without user interface).

       -f,--file [dir]
              Use dir as user directory.

       -h,--help
              Show a german help text.

       -l,--ignore-lock
              Ignore existing lock files.

       -n,--noninteractive
              Detach jameica from the terminal. This option is ignored in client mode.

       -o,--force-password
              Ignore the master password specified via the command line interface.

       -p,--password [pw]
              Use pw as master password.

       -s,--standalone
              Start jameica in standalone mode with user interface (default)

       -u,--username [user]
              Use user as username.

       -w,--passwordfile [file]
              Read master password from file.

Synopsis

jameica[OPTIONS]

See Also