equal
deleted
inserted
replaced
1 |
1 |
2 err.prefix=Error: |
2 err.prefix=Error: |
3 |
3 |
4 err.bad.constant.pool=error while reading constant pool for {0}: {1} |
4 err.bad.constant.pool=error while reading constant pool for {0}: {1} |
5 err.class.not.found=class not found: {0} |
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} |
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} |
7 err.end.of.file=unexpected end of file while reading {0} |
71 \ -s Print internal type signatures |
71 \ -s Print internal type signatures |
72 |
72 |
73 main.opt.classpath=\ |
73 main.opt.classpath=\ |
74 \ -classpath <path> Specify where to find user class files |
74 \ -classpath <path> Specify where to find user class files |
75 |
75 |
|
76 main.opt.cp=\ |
|
77 \ -cp <path> Specify where to find user class files |
|
78 |
76 main.opt.bootclasspath=\ |
79 main.opt.bootclasspath=\ |
77 \ -bootclasspath <path> Override location of bootstrap class files |
80 \ -bootclasspath <path> Override location of bootstrap class files |
78 |
81 |
79 main.opt.constants=\ |
82 main.opt.constants=\ |
80 \ -constants Show static final constants |
83 \ -constants Show static final constants |