Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JNLP and Web Start
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Jeanne Boyarsky
Ron McLeod
Tim Cooke
Sheriffs:
Devaka Cooray
paul wheaton
Mark Herschberg
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Frits Walraven
Jj Roberts
Bartenders:
Carey Brown
salvin francis
Piet Souris
Forum:
JNLP and Web Start
Specify desktop icon
igwe kalu kalu ogba
Ranch Hand
Posts: 133
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello, in my jnlp file I added the tag:
<icon href="Slogo.gif"/>
This icon shows up when the jnlp application is being downloaded, how can I specify the icon that will be on the desktop once a shortcut is created? i.e, how to specify desktop icons in the jnlp file.
Jared Cope
Ranch Hand
Posts: 243
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I have been able to get mine to work by specifying the entry in the information block as such:
<information> <title>App title</title> <vendor>vendor name</vendor> <homepage href="XXX"/> <description>App description</description> <description kind="short">app description, short</description> <icon href="startIcon-64x64.jpg" width="64" height="64"/> </information>
The relevant tag is the icon one. Perhaps the width and height values need to be specified?
Cheers, Jared.
SCJP 1.4 91%, SCJP 1.5 88%, SCJD B&S
I just had the craziest dream. This tiny ad was in it.
the value of filler advertising in 2021
https://coderanch.com/t/730886/filler-advertising
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Passing a url to your JWS app
Web Start and startup folder
How to set an icon to jnlp window?
Specify JNLP applet icon
How to get the (cookie) Session Id into my JNLP
More...