From owner-freebsd-stable@FreeBSD.ORG Wed Feb 9 00:03:26 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2CD016A4CE for ; Wed, 9 Feb 2005 00:03:26 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F4EA43D48 for ; Wed, 9 Feb 2005 00:03:26 +0000 (GMT) (envelope-from elhijo@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so983462wra for ; Tue, 08 Feb 2005 16:03:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=AfuulpsewXnKU7DWuYZhQUOlKFApXXP55W0kX5J/lG5zvI8LSlMQnwm0asXcHQIqmiJt763n0kB/VYspNkpt6d92ruFrgfP/jskV0k8OLqwj8NAs/ozmO7Z06LIv+vE1ws3BE1bLInnNW/EKvkGQ/9F/VW6MRlKT8uh442+kQUk= Received: by 10.54.22.68 with SMTP id 68mr26636wrv; Tue, 08 Feb 2005 16:03:25 -0800 (PST) Received: by 10.54.23.63 with HTTP; Tue, 8 Feb 2005 16:03:25 -0800 (PST) Message-ID: Date: Wed, 9 Feb 2005 00:03:25 +0000 From: Darryl Woodford To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: libjava.so not found X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Darryl Woodford List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2005 00:03:26 -0000 In reply to a post I found online re: not being able to run java from command line, I found removing the /usr/bin links and recreating them solved my problem... vladdy:/usr/bin# rm javac vladdy:/usr/bin# ln -s /opt/j2sdk1.4.2_04/bin/javac javac and javac works fine thereafter... repeat as neccesary for java etc.. Just a thought -- ------------------- Darryl Woodford