Cannot create shortcut icon

Hi:

I am on Windows 2000 and I executed the following command to import Java Webstart app into system cache and to create a shortcut on the desktop.

javaws-shortcut -system -import http://localhost:7001/uif/uifTestClient.jnlp

WebStart imported the App into system cache alright but it failed to create the shortcut. Also the Java Cache Viewer shows the shortcut icon disabled.

Any Idea?

Thanks

-ken

[442 byte] By [wkt00_kentanga] at [2007-11-26 14:38:29]
# 1

> WebStart imported the App into system cache alright

> but it failed to create the shortcut.

..

> javaws-shortcut -system -import

> http://localhost:7001/uif/uifTestClient.jnlp

I see the from the guide here..

http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/javaws.html#options

"-shortcut

Allows the creation of shortcuts during silent import."

However there is no mention of '-silent' in your

command above.

AndrewThompson64a at 2007-7-8 8:19:33 > top of Java-index,Desktop,Deploying...
# 2
That was it. Thanks!
wkt00_kentanga at 2007-7-8 8:19:33 > top of Java-index,Desktop,Deploying...