To enable full trace mode, run the following commands on the command line:
"C:\Program Files (x86)\Java\jre8\bin\javaws.exe" -userConfig deployment.trace true "C:\Program Files (x86)\Java\jre8\bin\javaws.exe" -userConfig deployment.trace.level all
Trace files will be placed in %USERPROFILE%\AppData\LocalLow\Sun\Java\Deployment\log .
To turn off full trace mode again:
"C:\Program Files (x86)\Java\jre8\bin\javaws.exe" -userConfig deployment.trace "C:\Program Files (x86)\Java\jre8\bin\javaws.exe" -userConfig deployment.trace.level
source share