From owner-freebsd-questions Wed Dec 8 13:18:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.hrz.uni-giessen.de (hermes.hrz.uni-giessen.de [134.176.2.15]) by hub.freebsd.org (Postfix) with ESMTP id C95FB14FD5 for ; Wed, 8 Dec 1999 13:18:27 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by hermes.hrz.uni-giessen.de with ESMTP; Wed, 8 Dec 1999 22:16:31 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 11voQu-000661-00; Wed, 8 Dec 1999 22:15:33 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id WAA00988; Wed, 8 Dec 1999 22:16:47 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Wed, 8 Dec 1999 22:16:46 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: Guy Helmer Cc: Ariel Burbaickij , freebsd-questions@FreeBSD.ORG Subject: Re: urgent help with jdk1.1.8 badly needed In-Reply-To: Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 8 Dec 1999, Guy Helmer wrote: > On Wed, 8 Dec 1999, Ariel Burbaickij wrote: > > > Have coursework to be done .Deadline is already set. > > System run is fbsd3.2. > > JDK used 1.1.8 > > PATH is set propelry > > Tried to run javac got large amount of errors of following kind: > > "Package java.util not found in import" > > "Package java.io not found in import" > > What is wrong ?How could the malfunctioning be mend? > > The errors seem to indicate that the java runtime was not able to find the > classes archive file (which I believe is located at > /usr/local/jdk1.1.8/lib/classes.zip on my system). Normally, the java > startup script (/usr/local/jdk1.1.8/bin/.java_wrapper) appends the path to > this file to the CLASSPATH environment variable. > > What does "echo $CLASSPATH" report? What does "which java" report? CLASSPATH is not set so far.Used javac -classpath ./(for current directory) filename.java the whole project resides in one for it dedicated directory). IF i have understood something wrong with CLASSPATH what is the recommended value it should be set to? which java gives as expected /usr/local/jdk1.1.8/java kind regards, Ariel > Guy > Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science > Research Assistant, Ames Laboratory --- ghelmer@scl.ameslab.gov > Research Assistant, Dept. of Computer Science --- ghelmer@cs.iastate.edu > Teaching Assistant, ComS 652 Distributed Operating Systems > http://www.cs.iastate.edu/~ghelmer > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message