< prev index next >
src/jdk.jextract/share/classes/com/sun/tools/jextract/resources/Messages.properties
Print this page
*** 23,37 ****
--- 23,39 ----
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}
# help messages for options
help.dry_run=parse header files but do not generate output jar
help.I=specify include files path
help.L=specify library path
+ help.rpath=specify runtime shared library search path
help.l=specify a library
help.o=specify output jar file
help.t=target package for specified header files
help.m=specify package mapping as dir=pkg
help.h=print help
< prev index next >