开发者

Deploying additional files with Java Webstart

开发者 https://www.devze.com 2023-03-11 03:49 出处:网络
I would like do deploy a java webstart application that has to read a default image (.gif) that is part of the distribution from the filesystem. For some reason I cannot package this image in a jar fi

I would like do deploy a java webstart application that has to read a default image (.gif) that is part of the distribution from the filesystem. For some reason I cannot package this image in a jar file but have to read it from the filesystem. Is ther开发者_如何转开发e some way to add this .gif in the section of the .jnlp in order to get it downloaded to the users filesystem to the same directory where all the jars are downloaded?

0

精彩评论

暂无评论...
验证码 换一张
取 消