From owner-freebsd-questions@FreeBSD.ORG Sat Jul 1 03:06:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1313B16A663 for ; Sat, 1 Jul 2006 03:06:31 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AA24411C for ; Sat, 1 Jul 2006 02:54:55 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1064834uge for ; Fri, 30 Jun 2006 19:54:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JfMGTeUxQx3Xn4vkPtv+jNjz2OnVmNydGzSZ1HJi+OluvnStPF8BJZZ/HjPAs9Doz1I0hi5oICn3ooG6jXyDgND3l1cj0OSPxo7dt61v2omjULJdI2Xm0SZ7A0CWCcWSEo7EvTTJLUxYFc+4poqNrWw5egA4TtbOjoMnyRauHfQ= Received: by 10.67.26.7 with SMTP id d7mr3654252ugj; Fri, 30 Jun 2006 19:54:54 -0700 (PDT) Received: by 10.67.86.1 with HTTP; Fri, 30 Jun 2006 19:54:53 -0700 (PDT) Message-ID: <80f4f2b20606301954i5cd8cfat886f8ac01f4376ae@mail.gmail.com> Date: Fri, 30 Jun 2006 22:54:53 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <80f4f2b20606301943i42ab7839x71600dced83c122e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20606301943i42ab7839x71600dced83c122e@mail.gmail.com> Subject: Re: one more question, related to java/CLASSPATH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 03:06:31 -0000 nevermind, the documentation I had read is misleading, the problem isn't the classpath, but I have no clue what exactly it is... Anyone have some suggestions for a good forum to go to, everything I've read suggested my attempts should work. Thank you, -Jim Stapleton On 6/30/06, Jim Stapleton wrote: > My CLASSPATH variable isn't set, and I'm trying to set it (it's not in > any readme I've found as to where to set it), currently it's set to > the lib subdirectories of my java directory, but that's not working. > using java/jdk1.4.2, can anyone tell me what my classpath should be? > > Java is installed here: > /usr/local/jdk1.4.2 > > > my settings are: > sjss@elrond 22:41:46 (0) ~/dev/java/test > echo $JAVAHOME > /usr/local/jdk1.4.2/ > sjss@elrond 22:42:15 (0) ~/dev/java/test > echo $JAVA_HOME > /usr/local/jdk1.4.2/ > sjss@elrond 22:42:20 (0) ~/dev/java/test > echo $CLASSPATH > /usr/local/jdk1.4.2/lib:/usr/local/jdk1.4.2/lib/jre/lib:. > > > Thank you, > -Jim Stapleton >