l10n.properties
上传用户:toby828
上传日期:2015-06-26
资源大小:8558k
文件大小:2k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. io.exception=Can''t recover from an I/O error with the following message: {0}.
  2. unknown.type.for.field=An unknown type encountered when generating old style headers.
  3. tried.to.define.non.static=Tried to generate #define for non-static field.
  4. no.classes.specified=No classes were specified on the command line.  Try -help.
  5. old.llni.mixed=Can''t mix options -old and -llni.  Try -help.
  6. unknown.type.in.method.signature=An unknown type eccountered when generating old style stubs.
  7. encoding.iso8859_1.not.found=ISO8859_1 converter was not found for output.  This is probably due to an error in the installation installation.
  8. tracing.not.supported=Warning: Tracing is no longer supported.  Instead, use-verbose:jni option of the virtual machine.
  9. at.args.cant.read=Can''t read command line arguments from file {1}.
  10. jni.unknown.type=An unknown type encountered (JNI).
  11. jni.llni.mixed=Can''t mix options -jni and -llni.  Try -help.
  12. class.not.found=Class {0} could not be found.
  13. unknown.array.type=An unknown array type encountered when generating old style headers.
  14. at.args.io.exception=The following I/O problem was encountered when processing an @ argument on the command line: {0}.
  15. old.not.supported=Option -old not supported by this version of javah.
  16. super.class.not.found=A required super class {0} could not be found.
  17. dir.file.mixed=Can''t mix options -d and -o.  Try -help.
  18. invalid.method.signature=Invalid method signature: {0}
  19. unknown.option={0} is an illegal argumentn
  20. cant.create.dir=The directory {0} could not be create for output.
  21. old.jni.mixed=Can''t mix options -jni and -old.  Try -help.
  22. usage=Usage: javah [options] <classes>nnwhere [options] include:nnt-help                 Print this help messagent-classpath <path>     Path from which to load classesnt-bootclasspath <path> Path from which to load bootstrap classesnt-d <dir>              Output directorynt-o <file>             Output file (only one of -d or -o may be used)nt-jni                  Generate JNI-style header file (default)nt-old                  Generate old JDK1.0-style header filent-stubs                Generate a stubs filent-version              Print version informationnt-verbose              Enable verbose outputnt-forcett      Always write output filesnn<classes> are specified with their fully qualified names (forninstance, java.lang.Object).n
  23. jni.no.stubs=JNI does not require stubs, please refer to the JNI documentation.
  24. javah.version=javah version "{0}"