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

-d (--disassemble)

The -d option disassembles a virtual machine image into the following components:

Syntax

java -jar jrockitve-imagetool.jar -d vm_cfg output_dir

Note:

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

Arguments

Argument Description
vm_cfg The path and name of the configuration file (vm.cfg) corresponding to the virtual machine image that you want to disassemble
output_dir The directory in which you want the components of the disassembled virtual machine image to be placed

Example

java -jar jrockitve-imagetool.jar -d app\vm.cfg dis_app

This command disassembles the virtual machine image that exists in the app directory and places the disassembled components in the dis_app directory.

Related Topics

-a (--assemble)

Disassembling and Re-Creating Virtual Machine Images