From owner-freebsd-java@FreeBSD.ORG Sun Jun 15 23:25:27 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B7537B401 for ; Sun, 15 Jun 2003 23:25:27 -0700 (PDT) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D3843FE0 for ; Sun, 15 Jun 2003 23:25:26 -0700 (PDT) (envelope-from kwsn@earthlink.net) Received: from sdn-ap-030caburbp0217.dialsprint.net ([65.177.240.217] helo=jonnyv.kwsn.lan) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19RnQf-0002By-00; Sun, 15 Jun 2003 23:25:22 -0700 From: Jon Kuster To: Munehiro Matsuda In-Reply-To: <20030616.125456.112630655.haro@kgt.co.jp> References: <1055734182.5070.20.camel@jonnyv.kwsn.lan> <20030616.125456.112630655.haro@kgt.co.jp> Content-Type: text/plain Message-Id: <1055744720.6008.27.camel@jonnyv.kwsn.lan> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 15 Jun 2003 23:25:20 -0700 Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Problems with the netscape plugin X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kwsn@earthlink.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 06:25:27 -0000 On Sun, 2003-06-15 at 20:54, Munehiro Matsuda wrote: > From: Jon Kuster > Date: 15 Jun 2003 20:29:42 -0700 > ::Is anybody else having problems using the jdk1.3p8 plug-in with > ::Mozilla? Mozilla finds and seems to load the plug-in (it's listed in > ::about:plugins), but when it comes time to actually run an applet, it > ::doesn't do anything. No "loading applet" - it doesn't even seem to > ::download the applet. The demos that get installed with the port work if > ::I manually run them from the command line, so I don't think it's a > ::problem with the jvm itself. I've currently got it build with Hotspot, > ::but the plug-in wasn't working without Hotspot either. Any ideas? > > Do you use proxy when browsing the Net? > > jdk1.3 does not seem to reference the proxy setup for Mozilla. > You have to manually setup proxy with ControlPanel program, that > comes with jdk1.3. I'm behind a NAT (user-ppp), but I'm not using any proxies. I found the control panel. If I run it with the shell script in jdk1.3.1/bin independently of mozilla, it works, but if I use the webpage in jdk1.3.1/jre, it doesn't work. FWIW, this setup (different binaries, of course) used to work under -stable with no problems. -Jon