settings

Greg Lewis glewis at eyesbeyond.com
Tue Mar 22 14:14:56 PST 2005


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 at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the freebsd-java mailing list