- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试使用以下代码动态加载 jar 资源。
DownloadService ds;
try {
ds = (DownloadService)ServiceManager.lookup("javax.jnlp.DownloadService");
// determine if a particular resource is cached
URL url =
new URL("http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar");
boolean cached = ds.isResourceCached(url, "1.0");
// remove the resource from the cache
if (cached) {
ds.removeResource(url, "1.0");
}
// reload the resource into the cache
DownloadServiceListener dsl = ds.getDefaultProgressWindow();
ds.loadResource(url, "1.0", dsl);
} catch (Exception e) {
e.printStackTrace();
}
但是我收到如下错误。
cache: Create from verifier: JarSigningData{hasOnlySignedEntries=true, hasSingleCodeSource=true, hasMissingSignedEntries=false}
network: Cache: Enable a new CacheEntry: http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar
network: CleanupThread used 1 us
network: Downloaded http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar: C:\Users\Administrator\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\63\774e407f-457c5f64-1.0-
cache: Adding MemoryCache entry: http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar
network: Download Progress: jarsDone: 1
2013-08-30 14:19:53,959 4881 [AWT-EventQueue-2] INFO com.ktnet.pki.multibrowser.dialog.SelectCertificateDlg$10 - MOBILE_PHONE param BOKJIRO;KTNET;null;null;null
security: blacklist: hasBeenModifiedSince 1377837583053 (we have 1377739208656)
network: cache found [URL: http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar, 버전: null] prevalidated=false/0
cache: MemoryCache replacing http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar (refcnt=2). Was: URL: http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar | C:\Users\Administrator\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\63\774e407f-457c5f64-1.0-.idx Now: URL: http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar | C:\Users\Administrator\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\63\774e407f-13638c52.idx
cache: Reading Signers from 4389 http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar | C:\Users\Administrator\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\63\774e407f-13638c52.idx
cache: Done readSigners(http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar)
cache: Read manifest for http://localhost:11090/MultiToolkitDemo/download/ubikey-1.0.2.5.jar: read=72 full=5090
Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException
at sun.plugin2.applet.JNLP2ClassLoader.getAppInfo(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.isTrustedByTrustDecider(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.getTrustedCodeSources(Unknown Source)
at com.sun.deploy.security.CPCallbackHandler$ParentCallback.strategy(Unknown Source)
at com.sun.deploy.security.CPCallbackHandler$ParentCallback.openClassPathElement(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
at sun.plugin2.applet.JNLP2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.ktnet.pki.multibrowser.certificate.infovine.InfovineController.init(InfovineController.java:19)
我认为 AppInfo 丢失了。有没有办法动态插入AppInfo。
顺便说一句,像下面这样在 jnlp 中指定 jar 就可以了。
<resources>
<j2se version="1.6+" java-vm-args="-Dfile.encoding=UTF-8" />
<jar href="ubikey-1.0.2.5.jar" />
</resources>
最佳答案
Its possibly a bug in java7. Don't know that for sure.
The issue here is that the application won't launch unless we manually clear the cache everytime before clicking the JNLP link in webpage.
Possible solutions are
Try Java 6 or Java 7 u12.
看 where我发现了这个问题。
关于java - WebStart 可以使用 DownloadService 动态加载 jar 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18526949/
我正在开发一款使用 LWJGL 的游戏,因此需要特定于每个平台的 native 库。上 this page ,作者展示了如何使用使用 Java Webstart 标记以包含包含适当 native 库的
非常感谢所有愿意花时间阅读的人。 我正在努力制作一个 webstart Swing 1.4.2_12 应用程序以使用 java webstart 1.6.0_29 启动。 场景如下: 所有流量都通过
我的 WebStart 小程序无法在两个浏览器或两个浏览器选项卡/窗口中工作。因此,我不想允许运行我的小程序的多个实例。 有谁知道一种方法可以防止小程序的第二个实例运行或检查我的小程序的一个实例在新的
我习惯于向独立的 Java 应用程序添加日志记录,并使用 log4j 和 sl4j 将日志写入文件。我正在将一些应用程序移动到 Java Web 启动格式,但我不清楚执行日志记录以监视应用程序行为的最
有没有办法反编译java webstart应用程序? 最佳答案 启动应用程序,然后从 Webstart 缓存中获取 JAR。像任何其他 Java 应用程序一样继续反编译。 关于java webstar
我有一个使用 webstart 的 EJB 3.0 项目,我正在尝试将其作为 WAR 部署到 JBoss AS 7.1.1。我可以很好地访问 html 页面,但是当我单击 webstart 链接时,它
我们有一个 webstart 应用程序,在启动后使用 EJB 连接到 jboss 服务器。我们最近将此服务器迁移到 jboss5 并更新了连接到它的 webstart 应用程序。现在我们遇到了一个问题
我有一个 logging.properties 文件,我在运行时加载到我的 java 应用程序中: final InputStream logFileInputStream= this.getClas
我必须通过 Java Webstart 部署 Java 应用程序。 Webstart 下载所需的应用程序 jar 和库 jar,然后在下载完所有内容后,应用程序启动前会有 50 秒的延迟。 直接在计算
我将 Java WebStart 与我正在开发的这个简单应用程序一起使用,我还制作了它,以便它能够检查最新版本的 jar 文件的更新。尽管在运行它时,我收到一条错误消息,指出服务器缺少版本响应。 下面
我正在使用 javaws 在 OS X 10.5.7、Java(TM) SE 运行时环境(内部版本 1.6.0_13-b03-211)中运行应用程序,并且命令行参数似乎在 OS X 中被破坏。我在 L
我需要将动态生成的参数( token )传递给 Web 启动应用程序。问题是,除非应用程序之前被 JWS 缓存,否则参数不会被传递。我试过这样传递它: 并使用 System.getProperty
我有一个在办公室使用的小型 javafx2 应用程序。有些人从 Firefox 运行它,有些人将它作为桌面应用程序运行。 Webstart 很棒。 目前的做法是我在jnlp文件中添加了这个:
这看起来像是一个已解决的老问题,但不幸的是我找不到好的引用资料。我有一个使用 Javaassist 的 Java 应用程序。在我将它升级到 webstart 应用程序之前,它工作正常。现在 Javaa
我有一个带有许多依赖 jar(大约 20 个)的 java webstart 应用程序,它作为独立应用程序在开发环境中快速启动。然而,当它部署在 java webstart 中时,启动时间很慢(1 分
Java Webstart 命令行中有什么选项可以跳过安全检查?这仅用于测试目的。 javaws myfile.jar 最佳答案 我相信 Sun JDK 中有两个未记录的命令行选项:-secure(讽
有没有办法将 Stdin 和 Stdout/Stderr 路由到 java webstart 中的另一个进程?我想做的是让 java webstart 应用程序与桌面上的其他进程进行通信。理想情况下,
我一直在尝试让 webstart 在内存不足时转储到堆转储。 我知道 jmap/jconsole 的做法,但我真正想做的是将选项添加到 jnlp 文件并尝试了以下选项。 j2se version="1
我如何在 java webstart .jnlp 文件中指定我的一些 jar 覆盖 JRE 内置实现?就像常规应用程序上认可的 lib 属性一样。 最佳答案 似乎没有办法在 web start 中定义
如何避免Java webstart 不缓存jar 文件? 在开发中,我想避免在 java webstart 中进行缓存。在我的 lanuch.jnlp 中,如果我每次都更改 jar 版本号,它会强制下
我是一名优秀的程序员,十分优秀!