# # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # 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 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 # 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 help.l=specify a library help.o=specify output jar file help.d=specify where to place generated class files help.static.forwarder=generate static forwarder class (default is true) help.t=target package for specified header files help.m=specify package mapping as dir=pkg help.h=print help help.C=pass through argument for clang help.log=specify log level in java.util.logging.Level name help.non.option=header files