From owner-freebsd-questions Wed Dec 13 12: 0:24 2000 From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 12:00:22 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from lusitania.sunsecure.net (unknown [208.136.254.49]) by hub.freebsd.org (Postfix) with ESMTP id C730B37B400 for ; Wed, 13 Dec 2000 11:59:34 -0800 (PST) Received: from guinevere (gateway [216.63.158.30]) by lusitania.sunsecure.net (8.11.1/8.11.1) with SMTP id eBDK0pR84821; Wed, 13 Dec 2000 14:00:55 -0600 (CST) Message-ID: <005c01c064da$b38e4ef0$0e01a8c0@guinevere> Reply-To: "J. Seth Henry" From: "J. Seth Henry" To: Cc: References: Subject: Re: questions-digest V4 #2129 Date: Wed, 13 Dec 2000 01:59:51 -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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since it is a linux binary, you will need to install a separate copy of the Linux version of the JDK. If you attempt to force the issue, you will get some strange errors, if the application even attempts to run (most will complain that the library is corrupt). You might want to install it under /compat/linux/etc/usr - and setup the environment accordingly. Remember, the linux subsystem is practically an installation of Linux that just happens to run under FBSD. It still requires linux libraries and binaries. Seth Henry jshenry@net-noise.com Hi all, I'm trying to get some genetic analysis software running on my machine. The program I am interested in is available as a set of linux binaries (as well as the usual MS windows, mac etc.). The software is contructed so that there is a front end providing all user interface written in java and an engine written in c/c++. The authors distribute the software as binaries only, but they clearly say that if you have jdk1.1.7 or greater installed on your machine, you only need to install the engine portion and it will interact correctly with java. I am tracking 4.x-STABLE branch and I have installed jdk1.1.8 from the ports collection. I naively thought that I could run the engine portion under linux emulation and use the FBSD version of jre. When I tried the above strategy, I received the following error message: - -- Unable to initialize threads: cannot find class java/lang/Thread Could not create Java VM - -- If it is not already obvious, I am completely ignorant of java issues. Any ideas? cheers, Allan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message