From owner-freebsd-java@FreeBSD.ORG Tue Mar 22 22:44:09 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B3AC16A4CE for ; Tue, 22 Mar 2005 22:44:09 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E424443D4C for ; Tue, 22 Mar 2005 22:44:08 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id 6CC0A114C3; Tue, 22 Mar 2005 17:43:37 -0500 (EST) Message-ID: <42409F84.50309@chuckr.org> Date: Tue, 22 Mar 2005 22:43:16 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lewis References: <423F75CA.2080006@chuckr.org> <20050322201548.GA91212@misty.eyesbeyond.com> <424080FF.7020900@chuckr.org> <20050322204221.GB91456@misty.eyesbeyond.com> <42408673.7020300@chuckr.org> <20050322221451.GA92398@misty.eyesbeyond.com> In-Reply-To: <20050322221451.GA92398@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: java Subject: Re: settings X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 22:44:09 -0000 Greg Lewis wrote: > > Hmm, in this output its correctly detected the path for the JVM and > loaded the necessary shared libraries and JVM. The error output you > sent makes it look like this doesn't happen correctly though. > > Can you run your ArgoUML test with _JAVA_LAUNCHER_DEBUG set in the > environment as well. Does the output look similar or does it fail > much earlier? > I don't really know what you're looking for, so I'm just giving you what you're asking for. If you think of anything else, just ask, and don't worry too much about justification, either. I am going back to my old school notes to see if I can write up a Java Hello, World, for use as a demo (I've asked about 5 times, not one url as a demo). july:chuckr:~/jdk/Argo:#155>env _JAVA_LAUNCHER_DEBUG=yes /usr/local/jdk1.5.0-p1/bin/java -version ----_JAVA_LAUNCHER_DEBUG---- JRE path is /usr/local/jdk1.5.0-p1/jre jvm.cfg[0] = ->-server<- jvm.cfg[1] = ->-client<- jvm.cfg[2] = ->-hotspot<- jvm.cfg[3] = ->-classic<- jvm.cfg[4] = ->-native<- jvm.cfg[5] = ->-green<- 85 micro seconds to parse jvm.cfg Default VM: server Does `/usr/local/jdk1.5.0-p1/jre/lib/amd64/server/libjvm.so' exist ... yes. ----_JAVA_LAUNCHER_DEBUG---- JRE path is /usr/local/jdk1.5.0-p1/jre jvm.cfg[0] = ->-server<- jvm.cfg[1] = ->-client<- jvm.cfg[2] = ->-hotspot<- jvm.cfg[3] = ->-classic<- jvm.cfg[4] = ->-native<- jvm.cfg[5] = ->-green<- 63 micro seconds to parse jvm.cfg Default VM: server Does `/usr/local/jdk1.5.0-p1/jre/lib/amd64/server/libjvm.so' exist ... yes. JVM path is /usr/local/jdk1.5.0-p1/jre/lib/amd64/server/libjvm.so -942261 micro seconds to LoadJavaVM JavaVM args: version 0x00010002, ignoreUnrecognized is JNI_FALSE, nOptions is 1 option[ 0] = '-Djava.class.path=.' java version "1.5.0-p1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-p1-chuckr_21_mar_2005_19_20) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0-p1-chuckr_21_mar_2005_19_20, mixed mode) july:chuckr:~/jdk/Argo:#156>