• 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 Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Webstart from Filesystem. Lock on Windows and not able to run offline. even with 1.6.0_18

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
i have a swing-client that should be deployed using webstart both via webserver and filesystem.
when i put the jnlp file and the jars on a windows-server the application starts fine but i cant change it on the windows-server because it is locked which makes it pretty much usless in a CLient-Server context where there are usually updates concerning the client.
Now my question is: is it a generel problem ? is it because of the windows filesystem and is there a way around it ? or do i really need a webserver to make things work ?
also with the new 1.6.0_18 the "offline" problem should have been fixed. I did try, but nope. Starting from the flisystem my application refused to start offline if the original downloadlocation was not available. anyone else having the same problem ?

thank you for replies

miike
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic