Hi,
Here is the simple problem but I don't have solution to it.
I have a small application which should be run using
Java Web Start. I'm using Tomcat4. I copied .jnlp, .jar(application jar file) in
tomcat's webapps/ROOT folder. When I invoke .jnlp file, I'm getting the following message in General tab of 'Java Web Start - Download Error' window.
-----------------------
An error occurred while launching/running the application.
Title: JavaWebStart JTable Application
Vendor: Narendranath
Category: Download Error
The application has requested a version of the Java 2 platform (JRE) that is currently not locally installed. Java Web Start was unable to automatically download and install the requested version. The JRE version must be installed manually.
Error Code 11 (11 Could not locate requested version) returned from server when accessing resource: (
http://java.sun.com/products/autodl/j2se, 1.4.2)
--------------------------
But I have J2SE1.4.2 installed on my machine and I could run other downloaded java web start applications at the same time. How can this problem be solved? Please suggest me any solution.
Thanks in advance,
Narendranath