R
Rhino
I'm dabbling with JavaFX in NetBeans 8.0 and am trying to run a jar as a
Java Web Start application. When I double-click on the HTML file
created by NetBeans, I get:
======================================================================
Application Blocked by Security Settings
Name: fxswingtest01.FxSwingTest01
Location: file://
Your security settings have blocked a self-signed application from running
=======================================================================
What do I need to do to resolve this situation? I assume I need to give
Java permission to run this application but I'm not sure how or where to
do it and the tutorial I'm using didn't think to include this
information....
Java Web Start application. When I double-click on the HTML file
created by NetBeans, I get:
======================================================================
Application Blocked by Security Settings
Name: fxswingtest01.FxSwingTest01
Location: file://
Your security settings have blocked a self-signed application from running
=======================================================================
What do I need to do to resolve this situation? I assume I need to give
Java permission to run this application but I'm not sure how or where to
do it and the tutorial I'm using didn't think to include this
information....