src/share/classes/sun/tools/serialver/resources/serialver.properties

Print this page
rev 9937 : 8042887: Remove serialver -show, this tool does not need a GUI
Reviewed-by: duke
Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>
   1 SerialVersionInspector=Serial Version Inspector
   2 File=File
   3 Exit=Exit
   4 Show=Show
   5 FullClassName=Full Class Name:
   6 SerialVersion=Serial Version:
   7 NotSerializable=\
   8         Class {0} is not Serializable.
   9 ClassNotFound=\
  10         Class {0} not found.
  11 error.parsing.classpath=\
  12         Error parsing classpath {0}.
  13 error.missing.classpath=\
  14         Missing argument for -classpath option
  15 invalid.flag=\
  16         Invalid flag {0}.
  17 ignoring.classes=\
  18         Cannot specify class arguments with the -show option
  19 usage=\
  20         use: serialver [-classpath classpath] [-show] [classname...]






   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=\
  12         use: serialver [-classpath classpath] [classname...]