GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
REGISTERVM(1) FreeBSD General Commands Manual REGISTERVM(1)

registervm, unregistervm
register/unregister a Java VM

registervm /path/to/java

unregistervm /path/to/java

The registervm and unregistervm utilities allow a Java VM to be registered and unregistered as a possible Java VM that javavm can use. The registration process places the registered VM in the Java VM wrapper configuration file in sorted order. When unregistering the Java VM is removed from the Java VM wrapper configuration file and will no longer be a possible choice for javavm.

/usr/local/etc/javavms
The location of the Java VM wrapper configuration file.

/usr/local/bin/registervm /usr/local/openjdk11/bin/java
Register /usr/local/openjdk11/bin/java as a possible choice of Java VM for javavm.
/usr/local/bin/unregistervm /usr/local/openjdk11/bin/java
Remove /usr/local/openjdk11/bin/java as a possible choice of Java VM for javavm.

checkvms(1), javavm(1), javavms(5)

The registervm and unregistervm utilities remove both blank lines and purely comment lines from the Java VM wrapper configuration file.
November 12, 2019 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.