Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



Synopsis


extcheck [-verbose] jarfile

Description




extcheck checks
to see if the extension contained in the specified
jarfile (or a newer version of that
extension) has already been installed on the system. It does this by
reading the Specification-Title and
Specification-Version manifest attributes from the
specified jarfile and from all of the JAR
files found in the system extensions directory.

extcheck is designed for use in automated
installation scripts. Without the -verbose option,
it does not print the results of its check. Instead, it sets its exit
code to 0 if the specified extension does not conflict with any
installed extensions and can be safely installed. It sets its exit
code to a nonzero value if an extension with the same name is already
installed and has a specification version number equal to or greater
than the version of the specified file.

Options


-verbose


Lists the installed extensions as they are checked and displays the
results of the check.



See also


jar

/ 1191