settings
Chuck Robey
chuckr at chuckr.org
Tue Mar 22 14:44:09 PST 2005
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>
More information about the freebsd-java
mailing list