< prev index next >

src/java.base/share/native/launcher/defines.h

Print this page

        

*** 54,63 **** --- 54,66 ---- static const char* const_extra_jargs[] = EXTRA_JAVA_ARGS; #else static const char** const_extra_jargs = NULL; #endif #else /* !JAVA_ARGS */ + #ifdef EXTRA_JAVA_ARGS + #error "EXTRA_JAVA_ARGS defined without JAVA_ARGS" + #endif static const char* const_progname = "java"; static const char** const_jargs = NULL; static const char** const_extra_jargs = NULL; static const char* const_appclasspath[] = { NULL }; #endif /* JAVA_ARGS */
< prev index next >