Customer Portal

compiled class files

Comments 1

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    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).

Please sign in to leave a comment.