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
[SOLVED] Trying to run RapidMiner Unuk in Eclipse
Hello!
I'm trying to implement operator, but I can't even build the source code of Unuk rev: 820.
I've followed these instructions: http://rapid-i.com/content/view/25/27/lang,en/
My configuration:
Ubuntu12.10
window->pref->installed jre: /usr/lib/jvm/java-7-openjdk-i386/jre
project:
- jre-system-library: java-7-openjdk-i386
- compiler-> compliance level: 1.7
- project facets->java: 1.7
ant build... : "clean, copy-resources, build, createJar"
I have only warnings on the Eclipse's "Markers" tab like:
"/RapidMiner_Unuk/lib/blas.jar will not be exported or published. Runtime ClassNotFoundExceptions may result."
Although I've already set them on Java build path.
I have 84 errors after building the code.
What cause the problem?
(I have to use jre7)
Thanks in advance,
Balazs Varhegyi
I'm trying to implement operator, but I can't even build the source code of Unuk rev: 820.
I've followed these instructions: http://rapid-i.com/content/view/25/27/lang,en/
My configuration:
Ubuntu12.10
window->pref->installed jre: /usr/lib/jvm/java-7-openjdk-i386/jre
project:
- jre-system-library: java-7-openjdk-i386
- compiler-> compliance level: 1.7
- project facets->java: 1.7
ant build... : "clean, copy-resources, build, createJar"
I have only warnings on the Eclipse's "Markers" tab like:
"/RapidMiner_Unuk/lib/blas.jar will not be exported or published. Runtime ClassNotFoundExceptions may result."
Although I've already set them on Java build path.
I have 84 errors after building the code.
What cause the problem?
(I have to use jre7)
Thanks in advance,
Balazs Varhegyi
Tagged:
0
Answers
please note that the SVN has moved: see here.
Also we do use Oracle Java7 (Sun JVM), however we currently still compile against Java6, so you might want to do that as well.
Regards,
Marco
Finally I was able to compile it. I had to comment out some stuff from SQLQueryBuilder.java. I don't want to use it, so it might not a problem. It said "cannot find symbol", when I tried to attach source to them It tried to load it from rt.jar (from open-jdk's lib) So I suppose the different jdks caused the problem. If other problem will occur I will follow the instructions you gave.
Kind regards,
Balazs
raed