The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Compiling RM 5 RC with Eclipse

CleoCleo Member Posts: 44 Maven
edited November 2018 in Help
Hello,

I would like to compile the source code of RM 5.0 RC.

I have complete upto step 6 in the topic http://rapid-i.com/content/view/25/48/ however when I attempt to build the project the console comes up with the following message.

Buildfile: C:\Projects\Java\yale\yale\build.xml
init:
compile:
    [echo] RapidMiner: Compile with Java from dir: C:\Program Files\Java\jre6
    [echo] RapidMiner: using Java version: 1.6.0_17
    [javac] Compiling 12 source files to C:\Projects\Java\yale\yale\build

BUILD FAILED
C:\Projects\Java\yale\yale\build.xml:97: Error running javac.exe compiler


Line 97 in build.xml is
  <javac debug="${compiler.debug}" destdir="${build}" deprecation="${compiler.deprecation}" compiler="${compiler.version}" fork="true" memorymaximumsize="400m">


I have the latest verision of Java 6.  And in the Eclipse Compiler preferences, I have tried all compiler compliance level avaliable.  On my system there is no "5.0" only 1.2,1.3,1.4,1.5 and 1.6

Best Regards,
Cleo


Tagged:

Answers

  • CleoCleo Member Posts: 44 Maven
    This problem is solve. 

    In case someone has a similar problem, I changed from the java runtime environment to the java development kit.

    Thanks,
    Cleo

Sign In or Register to comment.