Java Web Start 启动画面不显示
我一整天都在挖掘 Oracle 论坛帖子和其他帖子以及标题中提到的问题的答案。关于如何解决此类问题是否有可行/确定的答案?我的 JNLP 文件是正确的,我尝试用单引号替换双引号字符,但没有成功。
例如,这里的测试确实按照作者指定的方式工作,但是如果我替换启动图像到我本地可用的东西(例如:...href =“http://localhost:8080/mylib/mysplash.gif”),相同的启动图像(来自原始应用程序显示)。我已经清除了临时文件和我能想到的所有内容。同样,这里提到的应用程序是一个小型应用程序的示例,它仍然没有执行启动图像技巧,正如我理解的那样,该应用程序应该这样做。
我已经使用可用工具(来自 这个地方),这是一个格式良好、编写良好的 XML 文件。
图像的代码库参考和 href 参考都可以。
可能出什么问题了?
任何帮助表示赞赏。
问候, 安德烈
I have been digging all day in Oracle forum posts and other threads and answers to the question mentioned in the title. Is there a viable/certain answer on how to fix such an issue. My JNLP file is correct, I have tried to replace the double quote characters with single quotes and no succes.
For instance, this test here indeed works as specified by the author, but if I replace the href value of the splash image to something locally available for me (ex: ...href="http://localhost:8080/mylib/mysplash.gif"), the same splash (from the original app shows up). I have cleared temp files and everything I could think of. Again, the application mentioned here was an example of a small app which still does not do the splash image trick as I understand it should for the app.
I have tested and checked my JNLP (which I cannot reproduce here unfortunately, sorry, due to privacy issues) with available tools (from this place)and it is a well-formed, well-written XML file.
The codebase reference and href reference for the image are ok.
What could be wrong?
Any help is appreciated.
Regards,
Andrei
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是“任何帮助”:) :
ImageIO.read(...)
读取This is "any help" :) :
ImageIO.read(...)