0% found this document useful (0 votes)
64 views1 page

BlueJ Java Debugging Session Log

The document details two separate runs of BlueJ, a Java development environment, on July 24 and July 25, 2022. Both runs utilize Java version 11.0.14.1 and are executed on a Windows 10 system. The first run encountered a FileNotFoundException due to a missing import cache file, while the second run successfully established communication with the debug virtual machine.

Uploaded by

Naman Barnwal
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views1 page

BlueJ Java Debugging Session Log

The document details two separate runs of BlueJ, a Java development environment, on July 24 and July 25, 2022. Both runs utilize Java version 11.0.14.1 and are executed on a Windows 10 system. The first run encountered a FileNotFoundException due to a missing import cache file, while the second run successfully established communication with the debug virtual machine.

Uploaded by

Naman Barnwal
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

BlueJ run started: Sun Jul 24 23:03:52 IST 2022

BlueJ version 5.0.3


Java version [Link]
JavaFX version [Link]+1
Virtual machine: OpenJDK 64-Bit Server VM [Link]+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Detected language "english" based on iso639-2 code "eng"
Opening project: C:\Users\Naman\class 9
1658684049850: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
[Link] while reading import cache: C:\Users\Naman\bluej\
[Link] (The system cannot find the file specified)
Communication with debug VM fully established.
====

====
BlueJ run started: Mon Jul 25 21:29:20 IST 2022
BlueJ version 5.0.3
Java version [Link]
JavaFX version [Link]+1
Virtual machine: OpenJDK 64-Bit Server VM [Link]+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\Naman\class 9
1658764763421: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.

You might also like