You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The temporary native file is not teleted from %temp%.
To Reproduce
Start java app with darklaf, quit it. 1 extra folder + file with every start
Additional Information:
OS: Windoze 10
OS Version: 21H2
Darklaf Version: 3.0.0
Additional context
This is kind of a Windows issue. Deleting a dll after System.load-ing it is pretty complicated.
For my own stuff, I just delete previous temp files on startup. One remaining <100kB dll isn't an issue.
The text was updated successfully, but these errors were encountered:
On Windows the native libraries weren't deleted after jvm shutdown
as expected. This was reported by itsTyrion in #325. This implementation is
based on #326 but makes it more robust against multiple simultaneous uses of
the NativeUtil library (e.g. the auto-dark-mode plugin for IntelliJ also makes
use of it).
Describe the bug
The temporary native file is not teleted from %temp%.
To Reproduce
Start java app with darklaf, quit it. 1 extra folder + file with every start
Additional Information:
Additional context
This is kind of a Windows issue. Deleting a dll after
System.load
-ing it is pretty complicated.For my own stuff, I just delete previous temp files on startup. One remaining <100kB dll isn't an issue.
The text was updated successfully, but these errors were encountered: