...
- Jtestインストールディレクトリの jtestcli.properties ファイルを開きます。
次の設定を変更します。
変更前)# === LICENSE ===
# === LOCAL LICENSE ===
# Enables local license - be sure to specify password.
#jtest.license.use_network=false(1 ※※1)
# Specifies password for the local license.
#jtest.license.local.password=[LICENSE PASSWORD](2 ※※2)
1 ※1 "jtest.license.use_network=false" のコメントアウト(#)をはずします。
2 ※2 "jtest.license.local.password=" のコメントアウト(#)をはずし、受領したパスワードを設定します。
変更後)jtest.license.use_network=false
jtest.license.local.password=TECHMATRIX_C335783613………… - jtestcli.properties ファイルを保存します。
...