jdk/src/jdk.compiler/share/classes/sun/tools/serialver/resources/serialver.properties
author sundar
Mon, 31 Aug 2015 17:51:02 +0530
changeset 32434 769b3d81ae69
parent 25859 3317bb8137f4
permissions -rw-r--r--
8134731: Function.prototype.apply interacts incorrectly with arguments Reviewed-by: attila, hannesw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
NotSerializable=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
	Class {0} is not Serializable.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
ClassNotFound=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
	Class {0} not found.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
error.parsing.classpath=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
	Error parsing classpath {0}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
error.missing.classpath=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
	Missing argument for -classpath option
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
invalid.flag=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
	Invalid flag {0}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
usage=\
24510
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23236
diff changeset
    12
	use: serialver [-classpath classpath] [classname...]