< prev index next >

src/java.base/share/native/libjli/emessages.h

Print this page
rev 17066 : [mq]: tests-0.patch

*** 1,7 **** /* ! * Copyright (c) 2005, 2014, 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. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 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. Oracle designates this
*** 37,46 **** --- 37,47 ---- #define JNI_ERROR1 "Error: can't find JNI interfaces in: %s" #define ARG_INFO_ENVVAR "NOTE: Picked up the following options via %s:\n %s" #define ARG_WARN "Warning: %s option is no longer supported." + #define ARG_ERROR0 "Error: %s invalid argument" #define ARG_ERROR1 "Error: %s requires class path specification" #define ARG_ERROR2 "Error: %s requires jar file specification" #define ARG_ERROR3 "Error: The -J option should not be followed by a space." #define ARG_ERROR4 "Error: %s requires module path specification" #define ARG_ERROR5 "Error: %s requires module id"
< prev index next >