From owner-freebsd-java@FreeBSD.ORG Thu Oct 23 15:09:41 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 ED74716A4B3 for ; Thu, 23 Oct 2003 15:09:41 -0700 (PDT) Received: from hotmail.com (law10-oe26.law10.hotmail.com [64.4.14.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543F743F3F for ; Thu, 23 Oct 2003 15:09:41 -0700 (PDT) (envelope-from segr@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Oct 2003 15:09:41 -0700 Received: from 142.59.20.123 by law10-oe26.law10.hotmail.com with DAV; Thu, 23 Oct 2003 22:09:40 +0000 X-Originating-IP: [142.59.20.123] X-Originating-Email: [segr@hotmail.com] From: "Stephane Raimbault" To: "\"M.D. DeWar\"" References: Date: Thu, 23 Oct 2003 16:10:29 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 23 Oct 2003 22:09:41.0169 (UTC) FILETIME=[5B4FCA10:01C399B2] cc: java@freebsd.org Subject: Re: linux-sun-jdk1.4.2 on FreeBSD 4.8 giving me pains 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: Thu, 23 Oct 2003 22:09:42 -0000 Did you mount the linprocfs file system as mentioned during the port install ? If not, add the following line to /etc/fstab (to ensure it gets mounted on startup as well) linprocfs /compat/linux/proc linprocfs rw 0 0 then you can type as root: # mount linprocfs That should get you further along if you hadn't mounted the linprocfs file system yet. Cheers, Stephane. ----- Original Message ----- From: ""M.D. DeWar"" Newsgroups: mailing.freebsd.java Sent: Thursday, October 23, 2003 2:00 PM Subject: linux-sun-jdk1.4.2 on FreeBSD 4.8 giving me pains > NEWBIE ALERT NEWBIE ALERT: > > When I try to run any java I get this: > > spiderman# ./java /temp/babylon-2.1_BETA/babylonServer > Exception in thread "main" java.lang.NoClassDefFoundError: > /temp/babylon-2/1_BET > A/babylonServer > > I have tried to follow all the different java install instructions. > I tried kafee 1.0.7 but got some other error. > > any help greatly greatly appreciated > > Thanks > newbie Mark > > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"