发布者Java Web Start不再显示消息 [英] No show anymore message of publisher Java Web Start

查看:57
本文介绍了发布者Java Web Start不再显示消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经或多或少地通过Java Web Start开发了一个与此相关的应用程序:我

I have developed an application via Java Web Start more or less according to this: I

通常这是我的清单文件:

Adicionally this is my manifest file:

清单版本:1.0 类路径:. 主要类别:com.zkteco.biometric.AccesoBiometrioAS2 权限:所有权限 代码库: http://192.168.111.25:8180/pos-web/ 应用名称:Biometrico

Manifest-Version: 1.0 Class-Path: . Main-Class: com.zkteco.biometric.AccesoBiometrioAS2 Permissions: all-permissions Codebase: http://192.168.111.25:8180/pos-web/ Application-Name: Biometrico

我的Jnlp文件如下:

And my Jnlp File this:

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://192.168.111.25:8180/pos-web/">
 <information> <title>CajaPos</title> <vendor>xxx</vendor>
</information>
<security><all-permissions/>
</security>
<resources>
<j2se version="1.2+"/>
 <jar href="xx.jar" 
main="true" /> 
</resources
<application-desc main-class="ec.com.xx.pos"  type="JavaFX">
<argument>XY</argument>
</application-desc>
</jnlp>

在此页面上,检查后,该对话框不再显示,并且可以正常工作. https://docs.oracle.com/javase/tutorial/deployment/webstart/deploying.html

In this page after check the dialog is not showed again and works fine. https://docs.oracle.com/javase/tutorial/deployment/webstart/deploying.html

每个请求的 XY 发生变化的地方,因为我使用servlet动态生成了jnlp-xml.

Where XY change for each request because I generate jnlp-xml in a dynamically way with a servlet.

推荐答案

这是由于您的Java设置所致.这是一个安全提示.您无法在应用程序中进行任何更改来阻止此对话框,最终用户可以更改其安全设置以显示/隐藏这些对话框窗口.

This is due to your Java settings. It is a security prompt. There’s nothing you can change in your application to prevent this dialog, it is up to the end-user to change their security settings to show/hide these dialog windows.

我还建议将您的应用迁移到其他交付平台,因为 Java Web Start被Oracle猛烈地关闭了.

I also recommend migrating your app to a different delivery platform because Java Web Start is being violently turned off by Oracle.

这篇关于发布者Java Web Start不再显示消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆