Compiling RM 5 RC with Eclipse
Cleo
New Altair Community Member
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
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
0
Answers
-
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
0