java.io.FileNotFoundException: parameters.param(The system cannot find the File Specified)
是否有一种有利的方法可以让java Webstart读取该文件,因为如果没有它,Application将无法连接到Db。??
当我在JNLP文件上双重CLick Direactly时,验证没有到来但是我无法使用Html页面运行它: 我的Html看起来像这样:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<h3>Test page for launching the application via JNLP</h3>
<script src="http://java.com/js/deployJava.js"></script>
<script>
deployJava.createWebStartLaunchButton("launch.jnlp")
</script>
<!-- Or use the following link element to launch with the application -->
<!--
<a href="launch.jnlp">Launch the application</a>
-->
</body>
答案 0 :(得分:0)
将文件放在jar中并使用getresource()访问它解决了trashgod建议的问题。