> *definitely* upgrade to 1.4 and use the -server option (edit run.bat ||
> run.sh) then.

Has this been added to the CVS tree, yet?

And for JRE v1.3, $JAVA_HOME/jre/lib/jvm.cfg should be changed to something
like:

  #
  # @(#)jvm.cfg   1.10 00/08/01
  #
  # Copyright 1999 by Sun Microsystems, Inc.,
  # 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
  # All rights reserved.
  #
  # List of JVMs that can be used as the first option to java, javac, etc.
  # Order is important -- first in this list is the default JVM.
  #
  -server
  -client
  -hotspot
  -classic

to select the server hotspot JVM.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to