< prev index next >
src/jdk.jextract/share/classes/com/sun/tools/jextract/resources/Messages.properties
Print this page
*** 24,33 ****
--- 24,34 ----
cannot.read.header.file=Cannot open header file: {0}
cannot.write.jar.file=Cannot write jar file: {0}, cause: {1}
cannot.write.class.file=Cannot write class file {0}, cause: {1}
not.a.directory=Not a directory: {0}
l.name.should.not.be.path=-l option value should not be a path: {0}
+ include.symbols.pattern.error=--include-symbols pattern is wrong: {0}
exclude.symbols.pattern.error=--exclude-symbols pattern is wrong: {0}
err.no.input.files=No input files
# warning messages
warn.rpath.without.l=WARNING: -rpath option specified without any -l option
*** 37,46 ****
--- 38,48 ----
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
# 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
help.exclude_symbols=exclude the native symbols matching the given pattern
help.I=specify include files path
help.L=specify library path
help.rpath=specify runtime shared library search path
help.infer.rpath=infer runtime shared library search path from library path
< prev index next >