The JNLP is a special configuration file used by Java Web Start. The HTML
links that launch the applications point to this file. The browser looks at
the file extentsion and MIME types and verifies that they belong to Java Web
Start. JWS is started with the downloaded JNLP file as an argument.

Check to see that the file extension .jnlp and MIME type
application/x-java-jnlp-file exists so that Java Web Start will be invoked
when the browser encounters a link to a JNLP link.

Justy

----- Original Message -----

> Java Web Start - When trying to launch the application on
> <http://java.sun.com/products/javawebstart/apps/draw.jnlp> I receive the
> following messages:
>
> "An error occurred while launching/running the application.
>
> Title: Draw 4
> Vendor: Sun Microsystems, Inc.
> Category: Download Error
>
> Bad MIME type returned from server when accessing resource:
> <http://java.sun.com/products/javawebstart/apps/draw.jnlp> - null"
>
> What is the best way to solve this problem?
>
> Glauco.
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to