When using EditJTI to edit a configuration file you can use either one of two edit command formats:
When using the /old pattern/new pattern/ format, the separator used can be any character, however, it is recommended that the string be enclosed in quotes to avoid shell problems:
"|/java/jdk/1.3/|/java/jck/1.4/|"
To run the following examples of editing configuration files, you must replace myoriginal.jti with a .jti file name that exists on your system. Win32 users must also replace the "\" file separators with "/" to run these examples.
Example:
java -cp [jt_dir/lib/]javatest.jar com.sun.javatest.EditJTI -o mynew.jti "|/java/jdk/1.3/|/java/jck/1.4/|" myoriginal.jti