Customer Portal

Clover on AIX Server.

Comments 2

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hi !

    We have tested clover on AIX server without problems. That error message can be a result of running clover on AIX server where only JRE is present - no JDK which includes javac compiler.

    If you have, for example, a Reformat component, which uses transformation code embedded as Java source - Clover needs to compile that source into .class file in order to execute such transformation.
    It tries to look for javac "inside Java" or for javac as command line utility. if it can't find it - you get such error message.

    You have three options
    - make something like "tools.jar" part of your classpath
    - make sure command line tool javac can be executed under your user account
    - use Clover's internal transformation language - it does not need javac

    David.
  • Avatar
    dpavlis
    0
    Comment actions Permalink
    CloverETL since version 2.4.0 contains Janino (http://www.janino.net/) embedded compiler which eliminates the need to have either javac or tools.jar installed together with the Java environment.

Please sign in to leave a comment.