The moose likes JNLP and Web Start and the fly likes Cache causing problems! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "Cache causing problems!" Watch "Cache causing problems!" New topic
Author

Cache causing problems!

Luke King
Greenhorn

Joined: Jul 11, 2010
Posts: 3
Hi guys,

I'm using Java Web Start to distribute a client updater for a RuneScape Classic private server, which then updates the client. It generally works fine, but randomly for times you get the "Unable to launch application." error which always proves to be a cache problem. If they clear their cache it works fine again.

Now, I've made a .BAT for them to use which simply launches it using this:



It works every time flawlessly...

So what exactly is the difference in using this:



Can someone please help? I'm forced to ask users to save the .BAT to their desktop otherwise it messes up a few launches later.
 
IntelliJ Java IDE
 
subject: Cache causing problems!
 
Threads others viewed
Setting response headers conditionally
problem in CSS with client side transformation
"print this page" link (for frames pages)
Calling a UNIX Script on an RMI Server
Javascript function returns document.forms.0 null or not an object error
IntelliJ Java IDE