The Info tab provides information about the debuggee's Java runtime environment. It will list the name of the Java runtime configuration used when this session was started, the name and version of the VM the debuggee is currently being run on, and the working directory that is currently being used by the process.
Various version strings about the debuggee's JPDA configuration will be displayed followed by the Classpath and Bootclasspath that is currently being used by the debuggee.
Finally, the start time of the debug session will be displayed and when the session ends, the end time of the session will be added to the Info tab.
Close Button
The Close button is used to close the debug tabs for a session that has ended. The Close button will be disabled while a debug session is currently active. Once you are done reviewing the Console output and the Info tab, you should press the Close button to remove the session tab from the display.