










|
|
Home->Support->Knowledge Base
|
|
|
Title: Changing default location for tmp directory for BBj
Description: In the "Bbj.properties" file change the "basis.java.args.Default" property as follows:
basis.java.args.Default=-Djava.io.tmpdir\=/my/tmp
Verify that the property is actually set from the interpreter by typing the following:
> print java.lang.System.getProperty("java.io.tmpdir")
This should print the value of the property. If the above does not work to change the property, you can set the property from the interpreter using:
java.lang.System.setProperty("java.io.tmpdir","/my/tmp")
Last Modified: 12/29/2005
Product: BBj
|
|
|