After installation of Test Data Manager(TDM), tried to launch the Fast Data Masker(FDM) but the FDM did not start.
By checking the version of java with the argument "-version" in this environment then got the results like:
% java -version
Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook
Picked up _JAVA_OPTIONS: -Xrunjvmhook -Xbootclasspath/a:"C:\Program Files\java\jdk1.8.0_181\bin"
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b04)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b04, mixed mode)
%
However, the "java - version" results just after installing is like:
% java -version
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b04)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b04, mixed mode)
%
Then the java related environment variables JAVA_TOOL_OPTIONS and _JAVA_OPTIONS cause this problem.
Release : 4.9.x, 4.10.x
Component : CA Test Data Manager
Deleting the java related environment variables JAVA_TOOL_OPTIONS and _JAVA_OPTIONS solved this problem.