Options are mutually exclusive. Option, if used, should follow immediately after the command name.
.RE
.LP
.RS3
.TP3
pid
process id for which the configuration info is to be printed. The process must be a Java process. To get a list of Java processes running on a machine, jps(1) may be used.
.RE
.LP
.RS3
.TP3
executable
Java executable from which the core dump was produced.
.RE
.LP
.RS3
.TP3
core
core file for which the configuration info is to be printed.
.RE
.LP
.RS3
.TP3
remote\-hostname\-or\-IP
remote debug server's (see jsadebugd(1)) hostname or IP address.
.RE
.LP
.RS3
.TP3
server\-id
optional unique id, if multiple debug servers are running on the same remote host.
.RE
.LP
.SH"DESCRIPTION"
.LP
.LP
\f3jinfo\fP prints Java configuration information for a given Java process or core file or a remote debug server. Configuration information includes Java System properties and Java virtual machine command line flags. If the given process is running on a 64\-bit VM, you may need to specify the \f2\-J\-d64\fP option, e.g.:
.br
jinfo \-J\-d64 \-sysprops pid
.LP
.LP
\f3NOTE \- This utility is unsupported and may or may not be available in future versions of the JDK. In Windows Systems where dbgeng.dll is not present, 'Debugging Tools For Windows' need to be installed to have these tools working. Also, \fP\f4PATH\fP\f3 environment variable should contain the location of \fP\f4jvm.dll\fP\f3 used by the target process or the location from which the Crash Dump file was produced.\fP
.LP
.LP
\f3For example, \fP\f4set PATH=<jdk>\\jre\\bin\\client;%PATH%\fP
.LP
.SH"OPTIONS"
.LP
.RS3
.TP3
<no option>
prints both command line flags as well as System properties name, value pairs.
.br
.TP3
\-flag name
prints the name and value of the given command line flag.
.br
.TP3
\-flag [+|\-]name
enables or disables the given boolean command line flag.
.br
.TP3
\-flag name=value
sets the given command line flag to the specified value.
.br
.TP3
\-flags
prints command line flags passed to the JVM. pairs.
.br
.TP3
\-sysprops
prints Java System properties as name, value pairs.