United States Argentina Australia Austria Belgium Canada Chile Colombia Costa Rica Dominican Republic France Germany Bangladesh/India Italy Kenya Mexico Netherlands Puerto Rico South Africa Sweden Switzerland Venezuela
BASIS International Ltd.
Home | Site Map | Contact Us | Partner Login  

 













BASIS Knowledge Base Article #01078

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