Date: Tue, 22 Mar 2005 22:43:16 +0000 From: Chuck Robey <chuckr@chuckr.org> To: Greg Lewis <glewis@eyesbeyond.com> Cc: java <freebsd-java@freebsd.org> Subject: Re: settings Message-ID: <42409F84.50309@chuckr.org> In-Reply-To: <20050322221451.GA92398@misty.eyesbeyond.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42409F84.50309>