Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
[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