我有一个示例Java Fx应用程序(Helloworld)。我正在尝试将其部署在 apache tomcat服务器。
上我已将 .jar , .jnlp 和 .html 文件放入Tomcat的 webapps / ROOT目录。开始了tomcat 当我尝试通过“HelloWorld.html ”访问我的应用程序时,我收到以下提到的错误。
java.security.KeyStoreException: WIExplorerMy not found
at java.security.KeyStore.getInstance(Unknown Source)
at com.sun.deploy.services.WPlatformService$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.services.WPlatformService.getBrowserClientAuthKeyStore(Unknown
Caused by: java.security.NoSuchAlgorithmException: WIExplorerMy KeyStore not available
at sun.security.jca.GetInstance.getInstance(Unknown Source)
at java.security.Security.getImpl(Unknown Source)
... 17 more
相同的任何输入。
还有其他方法可以在任何服务器上部署JavaFx应用程序。