Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Program Files /
Java /
jdk1.8.0_311 /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
extcheck.1
3.37
KB
-rw-rw-rw-
2021-09-27 14:26
idlj.1
20.48
KB
-rw-rw-rw-
2021-09-27 14:26
jar.1
17.21
KB
-rw-rw-rw-
2021-09-27 14:26
jarsigner.1
46.08
KB
-rw-rw-rw-
2021-09-27 14:26
java.1
122.24
KB
-rw-rw-rw-
2021-09-27 14:26
javac.1
50.78
KB
-rw-rw-rw-
2021-09-27 14:26
jcmd.1
6.12
KB
-rw-rw-rw-
2021-09-27 14:26
jdeps.1
15.14
KB
-rw-rw-rw-
2021-09-27 14:26
jjs.1
4.82
KB
-rw-rw-rw-
2021-09-27 14:26
jps.1
8.57
KB
-rw-rw-rw-
2021-09-27 14:26
jrunscript.1
5.31
KB
-rw-rw-rw-
2021-09-27 14:26
keytool.1
84.73
KB
-rw-rw-rw-
2021-09-27 14:26
native2ascii.1
3.19
KB
-rw-rw-rw-
2021-09-27 14:26
orbd.1
11.89
KB
-rw-rw-rw-
2021-09-27 14:26
pack200.1
11.35
KB
-rw-rw-rw-
2021-09-27 14:26
rmic.1
11.92
KB
-rw-rw-rw-
2021-09-27 14:26
rmid.1
15.6
KB
-rw-rw-rw-
2021-09-27 14:26
rmiregistry.1
3.37
KB
-rw-rw-rw-
2021-09-27 14:26
schemagen.1
3.5
KB
-rw-rw-rw-
2021-09-27 14:26
servertool.1
7.07
KB
-rw-rw-rw-
2021-09-27 14:26
tnameserv.1
15.38
KB
-rw-rw-rw-
2021-09-27 14:26
unpack200.1
4.14
KB
-rw-rw-rw-
2021-09-27 14:26
wsgen.1
5.2
KB
-rw-rw-rw-
2021-09-27 14:26
wsimport.1
6.3
KB
-rw-rw-rw-
2021-09-27 14:26
xjc.1
10.11
KB
-rw-rw-rw-
2021-09-27 14:26
Save
Rename
'\" t .\" Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. .\" Arch: generic .\" Software: JDK 8 .\" Date: 21 November 2013 .\" SectDesc: Basic Tools .\" Title: extcheck.1 .\" .if n .pl 99999 .TH extcheck 1 "21 November 2013" "JDK 8" "Basic Tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH NAME extcheck \- Detects version conflicts between a target Java Archive (JAR) file and currently installed extension JAR files\&. .SH SYNOPSIS .sp .nf \fBextcheck\fR [\fIoptions\fR] \fItargetfile\&.jar\fR .fi .sp .TP \fIoptions\fR The command-line options\&. See Options\&. .TP \fItargetfile\&.jar\fR The target JAR file against which the currently installed extension JAR files are compared to detect version conflicts\&. .SH DESCRIPTION The \f3extcheck\fR command checks a specified JAR file for title and version conflicts with any extensions installed in the Java SE SDK\&. Before installing an extension, you can use this utility to see whether the same or a more recent version of the extension is already installed\&. .PP The \f3extcheck\fR command compares the Specification-title and Specification-version headers in the manifest of the \f3targetfile\&.jar\fR file against the corresponding headers in all JAR files currently installed in the extension directory\&. By default, the extension directory is \f3jre/lib/ext\fR on Oracle Solaris and \f3\ejre\elib\eext\fR on Windows\&. The \f3extcheck\fR command compares version numbers in the same way as the \f3java\&.lang\&.Package\&.isCompatibleWith\fR method\&. .PP If no conflict is detected, then the return code is 0\&. .PP If the manifest of any JAR file in the extensions directory has the same \f3Specification-title\fR and the same or a newer \f3Specification-version\fR number, then a non-zero error code is returned\&. A non-zero error code is also returned when \f3targetfile\&.jar\fR does not have the \f3Specification-title\fR or \f3Specification-version\fR attributes in its manifest file\&. .SH OPTIONS .TP -verbose .br Lists JAR files in the extension directory as they are checked\&. Additionally, manifest attributes of the target JAR file and any conflicting JAR files are also reported\&. .TP -J\fIoption\fR .br Passes \fIoption\fR to the Java Virtual Machine (JVM), where option is one of the options described on the reference page for the Java launcher\&. For example, \f3-J-Xms48m\fR sets the startup memory to 48 MB\&. See java(1)\&. .SH SEE\ ALSO .TP 0.2i \(bu jar(1) .RE .br 'pl 8.5i 'bp