jdk/src/windows/lib/plugin.properties
author duke
Wed, 05 Jul 2017 18:04:57 +0200
changeset 12028 2717dde1f2f9
parent 2 90ce3da70b43
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# properties file for java runtime plugin to a browser
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# whether to display stdout to a console window (for
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# debugging)
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
plugin.console=false
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# the max no. of inactive codebases to keep in cache
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
plugin.cacheSize=3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11