Slay the Spire
Eric Aug 24, 2020 @ 7:14pm
.oracle_jre_usage spam in $HOME on linux
Starting Slay The Spire on Linux causes the folder `~/.oracle_jre_usage` to be created containing a single file <hex string>.timestamp. This file contains only the path of the Slay The Spire JRE directory and a timestamp. While not a big issue, I would appreciate if the game didn't create useless files in my home directory.
< >
Showing 1-2 of 2 comments
polve Nov 20, 2020 @ 12:38am 
I second that.
Wiko Jan 7, 2024 @ 12:11pm 
try this disable JRE usage-tracker

global disable
```bash
# mkdir -p /etc/oracle/java/
# echo "com.oracle.usagetracker.track.last.usage=false" > /etc/oracle/java/usagetracker.properties
```

OR per app disable

```
$ cd to <JRE directory>/lib/management/ (or <JRE directory>/conf/management/ for >= jre 9)
$ echo "com.oracle.usagetracker.track.last.usage=false" > usagetracker.properties
```
Last edited by Wiko; Jan 7, 2024 @ 2:02pm
< >
Showing 1-2 of 2 comments
Per page: 1530 50