Double clicking on RunClient.jar may not do anything except a cmd prompt window quickly opening and closing. No Client window is loaded.
Looking closely at the cmd window, the below error is seen before it disappears:
Could not find or load main class
Additionally, launching the client from the command line works as expected
Release : 9.3
Component :
Likely an environment issue
While the cause and solution is still under investigation, a workaround is available. See below:
Create a batch script(ie RunClient.bat) that runs 2 commands below and save:
cd C:\Users\test\Desktop\Client
java -jar RunClient.jar
Note that the above path value should be replaced with the directory path value where the RunClient.jar exist.
Double clicking on the RunClient.bat should allow the client to load.
RCA/Solution under investigation