From owner-freebsd-java Sun Feb 17 14: 4:46 2002 Delivered-To: freebsd-java@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by hub.freebsd.org (Postfix) with ESMTP id AA54F37B400; Sun, 17 Feb 2002 14:04:41 -0800 (PST) Received: from dialup-166.90.31.80.dial1.washington1.level3.net ([166.90.31.80] helo=[192.168.1.2]) by harrier.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16cZQG-0006en-00; Sun, 17 Feb 2002 14:04:41 -0800 Mime-Version: 1.0 X-Sender: bcox@linux.virtualschool.edu Message-Id: In-Reply-To: <20020217003431.E60480@shale.csir.co.za> References: <20020215150421.A50739@shale.csir.co.za> <20020216150534.C60480@shale.csir.co.za> <1013894600.59818.5.camel@zircon.zircon.seattle.wa.us> <20020217003431.E60480@shale.csir.co.za> Date: Sun, 17 Feb 2002 16:46:46 -0500 To: Jeremy Lea , Joe Kelsey From: Brad Cox Subject: Re: Mozilla plugin and native JDK 1.3.1p6. Cc: freebsd-java@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 12:34 AM +0200 2/17/02, Jeremy Lea wrote: >it appears at the moment that my problem is simple. Java isn't using a >proxy server... Anyone know how to tell the plugin about my proxy? Set System.properties as follows. Properties systemProperties = System.getProperties(); systemProperties.put("proxyEnable", "true"); systemProperties.put("proxyHost", proxyHost); systemProperties.put("proxyPort", proxyPort+""); -- Brad Cox, PhD; bcox@virtualschool.edu 703 361 4751 o For industrial age goods there were checks and credit cards. For everything else there is http://virtualschool.edu/mybank o Java Interactive Learning Environment http://virtualschool.edu/jile o Java Web Application Architecture: http://virtualschool.edu/jwaa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message