Currently I have javafx apps embedded in a webpage for presentation, and for some run-time bugs, i need to use Java 8 jre.
And in Java 8, the option to "always trust from this publisher" no longer exist, and the pop up will always appear for unknown publisher. It is very annoying to have it pop-up every time I switch app.
I tried creating custom certificate and import to java in control panel, but it didnt work.
Is there any way I can disable the pop-up or the the "always trust" back?