Oracle® JRockit Virtual Edition User's Guide Release 2.0.0 Part Number E22518-01 |
|
|
View PDF |
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.
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"
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/