From owner-freebsd-java Fri Sep 14 12:57:36 2001 Delivered-To: freebsd-java@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 40FC437B40B for ; Fri, 14 Sep 2001 12:57:34 -0700 (PDT) Received: from dhcp065-029-069-187.indy.rr.com (dhcp065-029-069-187.indy.rr.com [65.29.69.187]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8EJrYm17812 for ; Fri, 14 Sep 2001 15:53:39 -0400 (EDT) Date: Fri, 14 Sep 2001 14:57:27 -0500 (EST) From: Jim Knoll X-X-Sender: Reply-To: Jim Knoll To: Subject: Using OpenJIT with jdk1.3.1p4 Message-ID: <20010914144703.Y49098-100000@server.home.domain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I am trying to use OpenJIT with the latest jdk patchset. I couldn't get openjit to build with the jdk1.3.1 so I built the port and then moved libOpenJIT.so and the org/OpenJIT/*.class files to /usr/local/jdk1.3.1/jre/lib/i386 and /usr/local/jdk1.3.1/jre/classes respectively. I set the JAVA_COMPILER environment variable to OpenJIT. When I try to run /usr/local/jdk1.3.1/bin/java -classic Hello I get the following output: Warning: JIT compiler "OpenJIT" not found. Will use interpreter. Hello, World! Does anyone see what I could have done wrong? BTW, I can run LimeWire, Tomcat, and Net Beans with the latest patchset. Thanks to all of the porters for the excellent work. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message