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

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.