From owner-freebsd-java@FreeBSD.ORG Tue Apr 5 13:07:42 2005 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 B714B16A521; Tue, 5 Apr 2005 13:07:42 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF5343D53; Tue, 5 Apr 2005 13:07:41 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from ppp267D.dyn.pacific.net.au (ppp267D.dyn.pacific.net.au [61.8.38.125])j35D7Wjs031432; Tue, 5 Apr 2005 23:07:38 +1000 From: Sam Lawrance To: Herve Quiroz Content-Type: text/plain Date: Tue, 05 Apr 2005 23:07:32 +1000 Message-Id: <1112706453.750.22.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: java@FreeBSD.org Subject: JDK specific classpaths X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 13:07:42 -0000 Since you're around, and handling java PRs... hope you don't mind :) I'm looking at the NetRexx port right now. In order to work it needs sun.tools.javac.* in the classpath. That stuff is located in /usr/local/SOME_JDK/lib/tools.jar Any suggestions as to how java should be invoked to provide the "correct" tools.jar? Simplified, but something akin to: java -cp $JDK_HOME/lib/tools.jar Any suggestions?