GUI Method
- Open the Configure Java window by clicking the Start button, clicking All Programs, clicking Java, and then clicking Configure Java.
- Choose the Security tab.
- Click the “Edit Site List…” button near the bottom.
- A new window will open.
- Click the Add button.
- Click OK. The window will close.
- Back on the control panel, click OK to close it.
- Reload the web page on your browser.
Right: https://www.example.com/someApplication/
Wrong: https://www.example.com/someApplication/filename.html
Alternative Method
This method can be added to a batch file and be automated.
- Open the Command Prompt window by clicking the Start button, clicking All Programs, clicking Accessories, and then clicking Command Prompt.
- Copy and paste the following command into the Command Prompt window:
echo https://www.example.com/someApplication/> %APPDATA%\..\LocalLow\Sun\Java\Deployment\security\exception.sites
- Press Enter. If no errors occurred, close the Command Prompt window.
- Reload the web page on your browser.
>
” character. If additional entries are desired, use “>>
” to append them, otherwise the exceptions.sites
list will be overwritten.
No comments:
Post a Comment