Skip Headers
Oracle® Fusion Middleware User's Guide for Oracle JRockit Virtual Edition
11g Release 1 (11.1.1.3.1)

Part Number E15206-03
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

--create-full-config

The --create-full-config option generates a detailed sample configuration file (in XML format). You can use this file as a template to create the final configuration file for your virtual machine.

Syntax

java -jar jrockitve-imagetool.jar --create-full-config [config_file.xml] [vm_name]

Note:

For information about the syntax conventions, see Documentation Conventions for Command-Line Syntax.

Arguments

Argument Description Mandatory / Optional Default Value / Behavior
config_file.xml The name of the sample detailed configuration file Optional If you do not specify the file name, the virtual machine configuration is printed (in XML format) to stdout.
vm_name Name of the virtual machine Optional default-vm

The name can contain only alphanumeric characters, periods (.), dashes (-), and underscores (_).


Example

java -jar jrockitve-imagetool.jar --create-full-config config.xml

This command creates a sample detailed configuration file named config.xml, as shown in Appendix C, "Sample Detailed Configuration File."

Related Topics

-c (--create-config)

-d (--disassemble)

-r (--reconfigure)

Appendix B, "Configuration File Element Reference"