Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2005 15:14:51 -0700
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Chuck Robey <chuckr@chuckr.org>
Cc:        java <freebsd-java@freebsd.org>
Subject:   Re: settings
Message-ID:  <20050322221451.GA92398@misty.eyesbeyond.com>
In-Reply-To: <42408673.7020300@chuckr.org>
References:  <423F75CA.2080006@chuckr.org> <20050322201548.GA91212@misty.eyesbeyond.com> <424080FF.7020900@chuckr.org> <20050322204221.GB91456@misty.eyesbeyond.com> <42408673.7020300@chuckr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 22, 2005 at 08:56:19PM +0000, Chuck Robey wrote:
> july:chuckr:~/jdk/Argo:#136>env _JAVA_LAUNCHER_DEBUG=yes 
> /usr/local/jdk1.5.0/bin/java -version
> ----_JAVA_LAUNCHER_DEBUG----
> JRE path is /usr/local/jdk1.5.0/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<-
> 6908 micro seconds to parse jvm.cfg
> Default VM: server
> Does `/usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so' exist ... yes.
> ----_JAVA_LAUNCHER_DEBUG----
> JRE path is /usr/local/jdk1.5.0/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<-
> 62 micro seconds to parse jvm.cfg
> Default VM: server
> Does `/usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so' exist ... yes.
> JVM path is /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so
> 357784 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"
> JJava(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)

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?

-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050322221451.GA92398>