From owner-freebsd-java@FreeBSD.ORG Wed May 18 07:50:05 2005 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A2016A4CE for ; Wed, 18 May 2005 07:50:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A24343DC6 for ; Wed, 18 May 2005 07:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4I7o5nH061803 for ; Wed, 18 May 2005 07:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4I7o5mb061802; Wed, 18 May 2005 07:50:05 GMT (envelope-from gnats) Date: Wed, 18 May 2005 07:50:05 GMT Message-Id: <200505180750.j4I7o5mb061802@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Panagiotis Astithas Subject: Re: java/81176: Java Webstart does not work X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Astithas List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 07:50:06 -0000 The following reply was made to PR java/81176; it has been noted by GNATS. From: Panagiotis Astithas To: Ron de Bruijn Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: java/81176: Java Webstart does not work Date: Wed, 18 May 2005 10:44:18 +0300 Ron de Bruijn wrote: >>Number: 81176 >>Category: java >>Synopsis: Java Webstart does not work >>Confidential: no >>Severity: critical >>Priority: high >>Responsible: freebsd-java >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Tue May 17 20:30:06 GMT 2005 >>Closed-Date: >>Last-Modified: >>Originator: Ron >>Release: FreeBSD 5.4-STABLE i386 >>Organization: > > None > >>Environment: > > System: FreeBSD justok.thuisnetwerk.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat May 14 16:24:15 CEST 2005 ron@justok.thuisnetwerk.nl:/usr/obj/usr/src/sys/MYKERNEL i386 > > ron@justok$ java -version > java version "1.4.2-p7" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.2-p7-ron_16_may_2005_21_05) > Java HotSpot(TM) Client VM (build 1.4.2-p7-ron_16_may_2005_21_05, mixed > mode) > > >>Description: > > Java Webstart is a system to let you run applications by clicking on > them, they are automatically downloaded and executed. The problem is > that in the above configuration is does not work. > > >>How-To-Repeat: > > Execute /usr/local/linux-sun-jdk1.4.2/jre/javaws/javaws You are executing the linux javaws here. Perhaps you meant to try the native one instead? >>Fix: > > > Partial fix: > > #!/bin/sh > JAVA_HOME=/usr/local/jdk1.4.2 > JAVAWS_HOME=$JAVA_HOME/jre/javaws > java -cp $JAVAWS_HOME/javaws.jar:$JAVAWS_HOME/javaws-l10n.jar \ > -Djnlpx.jvm=$JAVA_HOME/jre/bin/java -Djnlpx.home=$JAVAWS_HOME \ > -Djnlpx.deployment.system.home=$JAVAWS_HOME \ > -Djnlpx.deployment.user.home=/home/ron/.javaws \ > -Djnlpx.home=$JAVAWS_HOME \ > -Djava.security.policy=$JAVAWS_HOME/javaws.policy \ > com.sun.javaws.Main "$@" > > But it still doesn't let you run javaws applications, because "the > operating system is not supported" > > Regards, Ron de Bruijn > >>Release-Note: >>Audit-Trail: >>Unformatted: >