author | chegar |
Sun, 17 Aug 2014 15:54:13 +0100 | |
changeset 25859 | 3317bb8137f4 |
parent 24510 | jdk/src/share/classes/sun/tools/serialver/resources/serialver.properties@a96915fc059d |
permissions | -rw-r--r-- |
2 | 1 |
NotSerializable=\ |
2 |
Class {0} is not Serializable. |
|
3 |
ClassNotFound=\ |
|
4 |
Class {0} not found. |
|
5 |
error.parsing.classpath=\ |
|
6 |
Error parsing classpath {0}. |
|
7 |
error.missing.classpath=\ |
|
8 |
Missing argument for -classpath option |
|
9 |
invalid.flag=\ |
|
10 |
Invalid flag {0}. |
|
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...] |