0

JNLP 无法启动并给出错误“无法解析启动文件。第 0 行出错”。

这是文件

<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0+" codebase="http://192.168.102.95:8080/aasweb/" href="PdaSynch.jsp">
    <information>
        <title>Pda Synch</title>
        <vendor>Amplex</vendor>
        <homepage href="http://192.168.102.95:8080/" />
        <description>Pda Synch</description>
    </information>
    <security>
        <all-permissions/>
    </security>
    <resources>
        <j2se version="1.6+" />
        <jar href="PdaSynch.jar" />
    </resources>

    <application-desc main-class="com.amplex.pda.ProcessPDAFiles" name="pdaSynch">
        <argument>user12</argument>
    </application-desc>
</jnlp>
4

1 回答 1

0

我解决了,我从 jnlp 标记中删除了 href="PdaSynch.jsp" 属性

于 2013-03-21T06:37:27.023 回答