Webstart CD install not working in jdk 1.6
I tried to create a CD install for webstart as stated in the documentation and it didn磘 work. This is the command line that I used:
javaws -shortcut -codebase file:[my local folder with the instalation] -import [my jnlp].
Aparentely it install from the local folder that I informed in the command line, it show in the cache that it was installed from my local source, but when I click in the created shortcut, it install again from the remote server, showing two equal application in the cache, one installed from the local source, and other installed from the remote source. The OS that I磎 using is Windows XP Professional. It is a bug, or am I doing something wrong?

