oehrlis / oudbase

OUD base environment scripts
Apache License 2.0
6 stars 1 forks source link

JAVA temp folder #135

Open oehrlis opened 1 month ago

oehrlis commented 1 month ago

Java use be default /tmp als temporary folder. It can happen, that OS is configured to not execute script from them. Then I need to reset the java temp folder

export _JAVA_OPTIONS="-Djava.io.tmpdir=/opt/oracle/software/oud/v12.2.1.4.0/tmp"