我有一个示例 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 应用程序。