Skip Headers
Oracle® JRockit Virtual Edition User's Guide
Release 2.0.0

Part Number E22518-01
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

B.2 jrockitve-binary-url (optional)

This element specifies the location from which the Image Tool should download the Oracle JRockit Virtual Edition binary (jrockitve.bin). Typically, the value of this element would be the directory in which you installed Oracle JRockit Virtual Edition, but you can specify any location in the network or on the Internet.

Depending on the location of the jrockitve.bin file, you must specify the appropriate protocol prefix (file:, http://, ftp://, and so on).

If you do not specify this element, when the Image Tool assembles the application, it looks for the jrockitve.bin file in the directory in which the configuration XML file resides.

Example

<jrockitve-binary-url>file:../jrockitve.bin</jrockitve-binary-url>

This example specifies that the jrockitve.bin file is in the parent directory of the directory that contains the configuration XML file.