That is caused by library extraction done by jansi (static initializer in Kernel32 class).
Library is extracted from jar file to tmp directory.
Although the file is marked as deleteOnExit, when aesh exits the file is not deleted.
When aesh console starts again a new file is extracted to the tmp location.
- causes
-
JBEAP-16649 [GSS](7.2.z) jansi-<version>.dll in AppData folder is not deleted when JBoss CLI shutdown on Windows
- Closed
- is incorporated by
-
WFCORE-4402 Upgrade CLI to use aesh 2.3
- Resolved