From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 18:40:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68F6616A4D8 for ; Thu, 14 Dec 2006 18:40:55 +0000 (UTC) (envelope-from avatar4d@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C3143F24 for ; Thu, 14 Dec 2006 18:25:47 +0000 (GMT) (envelope-from avatar4d@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so295094nzh for ; Thu, 14 Dec 2006 10:26:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=nR22RTKInOXz0ghvcqPNDxfJAnDyoRGgzdB6vE9Kk9JV9mWG9sy3I6zJt1lKLWLDQeexOSuoOwOOSlhf/ts0vGBV+uqor2yC0066nHvlKxdH8IgzhvFRfhIGQkVMBIWDuUGXDcZiCDu2ebMItToBC4WabqVxNRiThxfNlzpZNGg= Received: by 10.65.236.18 with SMTP id n18mr1996521qbr.1166120808768; Thu, 14 Dec 2006 10:26:48 -0800 (PST) Received: by 10.65.75.14 with HTTP; Thu, 14 Dec 2006 10:26:48 -0800 (PST) Message-ID: <17489c7a0612141026j2e5b405ewe38f83465752a621@mail.gmail.com> Date: Thu, 14 Dec 2006 13:26:48 -0500 From: "Chad Gross" To: "probsd org" In-Reply-To: <623510.17100.qm@web52405.mail.yahoo.com> MIME-Version: 1.0 References: <623510.17100.qm@web52405.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: JAVA plugin for linux-seamonkey 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: Thu, 14 Dec 2006 18:40:55 -0000 On 12/14/06, probsd org wrote: > > I have the linux-seamonkey port built and I am trying > to > add the java plugin. I installed the java/diablo-jre15 > and made a symlink from > /usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so > to /usr/local/lib/linux-seamonkey/plugins/ as well as > $HOME/.mozilla/plugins yet about:plugins in seamonkey > isn't showing java support. I even tried the > diablo-jdk15 libjavaplugin_oji.so to no avail. > > Michael Since you are running a Linux binary, you have to use a Linux version of Java. Try installing one of the Linux JDK's (e.g. linux-blackdown-jdk14). Chad