freebsd-ports/java/linux-blackdown-jdk13/files/patch-jvm.cfg
Greg Lewis b77d7e4e49 . Apply similar patches to those applied to the linux-sun-jdk13 port so
that this port works out of the box:
  . Use the linux version of expr in the .java_wrapper scripts.
  . Use the Classic VM by default, not HotSpot (which is unhappy with
    the emulation layer).
. Bump PORT_REVISION.

Approved by:	znerd
2003-02-07 21:26:20 +00:00

11 lines
292 B
INI

--- jre/lib/jvm.cfg.orig Mon Jan 27 13:52:19 2003
+++ jre/lib/jvm.cfg Mon Jan 27 13:52:29 2003
@@ -10,6 +10,6 @@
# 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.
#
+-classic
-client
-server
--classic