Compiled class files

Hi

Clover ETL generates the .class files for the Java classes used in Reformat components and it writes these class files in /tmp/ folder in linux. Ist there a way to change this location so that we can get the generated class files in a seperate folder which can be easily changeable.

Regards

Clover engine just takes the JVM property “java.io.tmpdir” which (on UNIX) usually equals to $TMP env. var. and saves the .classes there.

You may try to change the TMP var before running the engine or directly run JVM with “java.io.tmpdir” set to some other path.

You can also compile the source outside clover and just instruct clover to use the already compiled classes (would have to be part of CLASSPATH).