![]() Previous |
![]() Next |
The LMC client executable file is located in the bin
directory of the Java SE Development Kit (JDK) installation path (JAVA_HOME
).
JAVA_HOME/bin
directory is in the PATH
environment variable, you can start the LMC client by entering lmc
at the command-line prompt (shell). Otherwise, you have to specify the full path to the LMC executable:Note:
On Windows, a shortcut to the LMC client executable is added to the Java Development Kit folder under All Programs in the Start menu.Note:
On OS X, if you cannot find the LMC executable or locate LMC in Spotlight, you can start LMC from the command line using /Library/Java/JavaVirtualMachines/jdk<version>.jdk/Contents/Home/bin/lmc. Alternatively, use Finder to browse to /Library/Java/JavaVirtualMachines/jdk<version>.jdk/Contents/Home/lib/missioncontrol and double-click the Liberica Mission Control app.Note:
On OS X, when you launch the LMC executable, the Terminal window opens. When you close the LMC client, the Terminal is left behind with the text[Process completed]
. To avoid this, open the Terminal Preferences, then open the Settings tab, select the scheme you use, then select the Shell tab, and change the When the shell exits option to Close if the shell exited cleanly.Passing JVM Options To the LMC Launcher
LMC is a Java application, and the LMC client executable is a launcher for this application. LMC startup is controlled by options specified in the lmc.ini file, which is located in the JAVA_HOME/lib/missioncontrol directory. Arguments to the -vmargs
option in the lmc.ini
file are options that are passed to the JVM running the LMC application. You can specify these options to control the way this JVM runs. If you do not want to modify the lmc.ini
file, you can specify JVM options on the command line as arguments to the -vmargs
option of the lmc
command.
To start the LMC client with your own set of JVM options (overriding those specified in the lmc.ini
file), run the following command (separate multiple arguments with spaces):
lmc -vmarg arguments
Note:
If other options are specified for the lmc command, the -vmargs option must be specified last.To start the LMC client with additional JVM options (appending them to those specified in the lmc.ini
file), run the following command (separate multiple arguments with spaces):
lmc --launcher.appendVmargs -vmarg arguments
Using a Workspace Directory
If you want to copy your settings for the LMC client to another computer or another user, or use different predefined settings for different applications, add the -data
command-line option and define a workspace directory when you start the LMC client:
lmc -data workspace-directory
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
![]() Previous |
![]() Next |