I need small help. I am executing a batch file (generated by a tool) which shows it is executing but does not do anything and neither it shows any error:
Here is the content of my batch file:
java -Dfile.encoding=UTF-8 -Djava.util.logging.config.file="C:/Program Files/Grid-Tools/FastDataMasker/logging.properties" -Xms100M -Xmx1000M -XX:+HeapDumpOnOutOfMemoryError -Djava.library.path="%PATH%;C:/Program Files/Grid-Tools/FastDataMasker/SQLSERVER_DLLs/x64" -cp ".;C:/Program Files/Grid-Tools/FastDataMasker/Fastdatamasker_simulate.jar;C:/Program Files/Grid-Tools/FastDataMasker/lib/*;C:/Program Files/Grid-Tools/FastDataMasker/custom/*;" com.grid_tools.products.datamasker.Datamasker "C:/Users/bss/.oracle_jre_usage/connect_LICENSE TEST.txt" "C:UserstlDesktopLicensejenkinsSUMMARY_JENKINS.csv" "C:UsersDesktopLicensejenkinsSUMMARY_JENKINS_options.txt"
I am not sure if it has to something about updating the environment variables as we changed some of those as part of troubleshooting for some other issue.
any help will be appreciated.
question from:
https://stackoverflow.com/questions/65949467/batch-file-not-giving-any-result 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…