From owner-freebsd-questions@FreeBSD.ORG Thu Dec 31 09:54:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2AA910656A7 for ; Thu, 31 Dec 2009 09:54:37 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9F6708FC13 for ; Thu, 31 Dec 2009 09:54:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 62E735E18B for ; Thu, 31 Dec 2009 10:54:36 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.259 X-Spam-Level: X-Spam-Status: No, score=-2.259 tagged_above=-999 required=5 tests=[AWL=0.341, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yn-QCT6F8yLp for ; Thu, 31 Dec 2009 10:54:33 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 1F1A15E18A for ; Thu, 31 Dec 2009 10:54:24 +0100 (CET) Message-ID: <4B3C74D0.9010403@eskk.nu> Date: Thu, 31 Dec 2009 10:54:24 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.5) Gecko/20091221 Thunderbird/3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Java error/question 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, 31 Dec 2009 09:54:38 -0000 On the console I see a lot of warnings like this: Cannot open "/home/lib/amd64/libjavaplugin_nscp.so I can find libjavaplugin_nscp.so in two places: /usr/local/diablo-jdk1.6.0/jre/lib/amd64/libjavaplugin_nscp.so /usr/local/jdk1.6.0/jre/lib/amd64/libjavaplugin_nscp.so To get rid of the error I'm considering a symlink, but to which of the above should I point? Both the diablo-jdk1.6.0 and jdk1.6.0 are installed as dependencies. I would like your suggestion on how to fix this. Thanks Leslie