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.3 Image Tool Cannot Handle Windows Short Path Names

The Image Tool returns an error if a parameter that you specify contains a Windows short path name.

For example, when you run the -f option to copy a file from the local (Windows) file system to the file system of a virtual machine image, if the path specified for the local file system contains a short name, an error message is displayed.

Example

java -jar jrockitve-imagetool.jar -f vm.cfg put "c:\Docume~1\prop.txt" /app/

This command returns the following error:

No match for "c:\Docume~1\prop.txt"

Workaround

Use long path names, as shown in the following example.

java -jar jrockitve-imagetool.jar -f vm.cfg put "C:\Documents and Settings\prop.txt" /app/