Problem setting with java web start on an intranet

Hello,

How can I set up a java web start application on an intranet environment? Currently when I try to run my application it tries to download the java runtime from java web site.

I tried to set up a jws auto installer on my local server according to the samples provided with the jdk (1.5) i need to use the gnumake utility which I cannot find for windows platforms.

Please help.

[407 byte] By [FranckTlse3a] at [2007-11-26 12:26:08]
# 1

Are you sure that the systems in your intranet environment have the same latest JRE that your application requires? My guess is that the systems do not have the same JRE version.

Try these links which I found on googling. Maybe they will be helpful to you.

http://java.sun.com/docs/books/tutorial/information/javawebstart.html

http://java.sun.com/j2se/1.4.2/docs/guide/jws/

http://today.java.net/pub/a/today/2005/08/11/webstart.html

stevehaggaipersonala at 2007-7-7 15:31:34 > top of Java-index,Desktop,Deploying...