1

In our webstart JNLP file, I have removed the shortcut and desktop tag, but when installing the webstart app, it still prompts me if I want to create a desktop shortcut.

So in the information tag it looks like this:

<information>
    <title>Dynamic Tree Demo</title>
    <vendor>Dynamic Team</vendor>
    <icon href="sometree-icon.jpg"/>
</information>

Is there any way to do this?

4

1 に答える 1

1

あなたの最善の策は、href 例えば現在の値the.jnlpthe.jnlp?a=bJWS クライアントは、それが動的に生成されると想定し、通常はデスクトップ ショートカットを作成しません。

「一般的に」と言うのは、実際には JWS クライアントとその構成方法次第だからです。

于 2012-04-13T19:03:39.077 に答える