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>
答案 0 :(得分:0)
我解决了,我从jnlp标签中删除了href =“PdaSynch.jsp”属性