Changing Configuration Values

When using EditJTI to change the values in a configuration, you can use either of the following command formats:

When using the /old pattern/new pattern/ format, the separator can be any character. However, the string should be enclosed in quotes to avoid shell problems.

"|/java/jdk/1.3/|/java/jck/1.4/|"

The following text is a note
To run the following examples of changing configuration values, you must replace myoriginal.jti with a .jti file name that exists on your system. Win32 users must also replace the / file separators with \ file separators 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


Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.