src/share/classes/com/sun/tools/javap/resources/javap.properties

changeset 0
959103a6100f
child 2525
2eb010b6cb22
equal deleted inserted replaced
-1:000000000000 0:959103a6100f
1
2 err.prefix=Error:
3
4 err.bad.constant.pool=error while reading constant pool for {0}: {1}
5 err.class.not.found=class not found: {0}
6 err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}
7 err.end.of.file=unexpected end of file while reading {0}
8 err.file.not.found=file not found: {0}
9 err.incompatible.options=bad combination of options: {0}
10 err.internal.error=internal error: {0} {1} {2}
11 err.invalid.arg.for.option=invalid argument for option: {0}
12 err.ioerror=IO error reading {0}: {1}
13 err.missing.arg=no value given for {0}
14 err.no.classes.specified=no classes specified
15 err.not.standard.file.manager=can only specify class files when using a standard file manager
16 err.invalid.use.of.option=invalid use of option: {0}
17 err.unknown.option=unknown option: {0}
18 err.no.SourceFile.attribute=no SourceFile attribute
19 err.source.file.not.found=source file not found
20 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
21
22 main.usage.summary=\
23 Usage: {0} <options> <classes>\n\
24 use -help for a list of possible options
25
26 warn.prefix=Warning:
27 warn.unexpected.class=Binary file {0} contains {1}
28
29 note.prefix=Note:
30
31 main.usage.summary=\
32 Usage: {0} <options> <classes>\n\
33 use -help for a list of possible options
34
35 main.usage=\
36 Usage: {0} <options> <classes>\n\
37 where possible options include:
38
39
40 main.opt.help=\
41 \ -help --help -? Print this usage message
42
43 main.opt.version=\
44 \ -version Version information
45
46 main.opt.v=\
47 \ -v -verbose Print additional information
48
49 main.opt.l=\
50 \ -l Print line number and local variable tables
51
52 main.opt.public=\
53 \ -public Show only public classes and members
54
55 main.opt.protected=\
56 \ -protected Show protected/public classes and members
57
58 main.opt.package=\
59 \ -package Show package/protected/public classes\n\
60 \ and members (default)
61
62 main.opt.p=\
63 \ -p -private Show all classes and members
64
65 main.opt.c=\
66 \ -c Disassemble the code
67
68 main.opt.s=\
69 \ -s Print internal type signatures
70
71 main.opt.classpath=\
72 \ -classpath <path> Specify where to find user class files
73
74 main.opt.cp=\
75 \ -cp <path> Specify where to find user class files
76
77 main.opt.bootclasspath=\
78 \ -bootclasspath <path> Override location of bootstrap class files
79
80 main.opt.constants=\
81 \ -constants Show final constants
82
83
84 main.opt.sysinfo=\
85 \ -sysinfo Show system info (path, size, date, MD5 hash)\n\
86 \ of class being processed

mercurial