I'm trying to run a J2EE demo (Java Pet Store Demo 1.4). The Admin
Client application should launch a rich client using Java Web Start. I
never get the rich client -- I get two Windows File Download messages
saying 1) the file is being downloaded from local host, and warning 2)
some files can harm your computer, would you like to open or save?
When I try to open the file I get a Windows message saying the file
can't be opened.
The file name given is suspicious...
AdminRequestProcessorf61c6b61[1].
The only file on my machine with that name is
AdminRequestProcessor.class.
Any thoughts?
Thank you,
Tom Squillante
Xavier Tarrago - 12 Jan 2004 08:19 GMT
Seems like you have not installed JRE or JDK. You should have a file
extension registration for .jnlp ext to javaw app. This is handled by jdk or
jre installation (V1.4+, i think).
> I'm trying to run a J2EE demo (Java Pet Store Demo 1.4). The Admin
> Client application should launch a rich client using Java Web Start. I
[quoted text clipped - 14 lines]
> Thank you,
> Tom Squillante