< prev index next >
src/jdk.jextract/share/classes/com/sun/tools/jextract/resources/Messages.properties
Print this page
@@ -35,10 +35,11 @@
warn.rpath.auto.conflict=WARNING: -infer-rpath used in conjunction with explicit -rpath paths
warn.rpath.auto.without.L=WARNING: -infer-rpath option specified without any -L option
warn.L.without.l=WARNING: -L option specified without any -l option
warn.lib.not.found=WARNING: Some library names could not be resolved
warn.symbol.not.found=WARNING: symbol {0} is not found in any library
+warn.class.overwritten=WARNING: class {0} definition is overwritten
# help messages for options
help.dry_run=parse header files but do not generate output jar
help.include_symbols=include the native symbols matching the given pattern. \
If both --include-symbols and --exclude-symbols are specified, --include-symbols \
< prev index next >