Lionel van den Berg wrote:
> Hi all,
>
> I manage a Java app that I've released using JWS. Some of my users work
> in networks where they use windows and are not allowed to install
> anything.
>
>
> Does anyone know what the behavior is in such cases?
A Java webstart application is downloaded into the JRE cache (you can
see this in the Java control panel). This is per user, like a browser
cache.
We also have a signed Java webstart appliaction that is used by sup****t
staff, I assume they don't have administrator access on their computers.
The only issue we have had so far was that on one PC, the JRE caching
was turned off, preventing the download of native libraries (at least
that's what the error said). Once that was activated, everything works
fine.
Hope this helps. You can your application by making a different user on
your machine, I supose.
--
Sabine Dinis Blochberger
http://www.blochberger.de


|