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
Cannot run RapidMiner in Eclipse
Hi Everyone
I am very new to both Eclipse and RapidMiner and I would like to be able to run RapidMiner on Eclipse.
What I have done so far is follow the instructions from this link http://rapid-i.com/content/view/25/48/
But I could not run the project. There are so many errors coming up.
Can anyone help me with this? T__T
Below are the errors coming up:
I am very new to both Eclipse and RapidMiner and I would like to be able to run RapidMiner on Eclipse.
What I have done so far is follow the instructions from this link http://rapid-i.com/content/view/25/48/
But I could not run the project. There are so many errors coming up.
Can anyone help me with this? T__T
Below are the errors coming up:
- The attribute value is undefined for the annotation type XmlSeeAlso
- The import javax.xml.bind.annotation.XmlSeeAlso cannot be resolved
- The import javax.xml.ws.WebServiceFeature cannot be resolved
- WebServiceFeature cannot be resolved to a type
- The type DriverAdapter must implement the inherited abstract method Driver.getParentLogger()
Tagged:
0
Answers
you definitely have to use JDK6, we don't support JDK7 yet. Which edition of RapidMiner did you download? The manual you refer to is a bit outdated in the sense that you have to replace each occurence of "Vega" with "Unuk" (that's the current branch of RapidMiner).
Best,
Marius
Thanks for the reply. I am now using JDK 6 at the moment and now I checked out the Unuk edition of RapidMiner but there are even more errors, previously there was 28 errors but now there are 35 errors and some new errors come up also.
Errors (35 items)
- The attribute value is undefined for the annotation type XmlSeeAlso
- The import javax.xml.bind.annotation.XmlSeeAlso cannot be resolved
- The import javax.xml.ws.WebServiceFeature cannot be resolved
- The method getBorder(new DefaultListCellRenderer(){}, ComponentUI, String) is undefined for the type DefaultLookup
- WebServiceFeature cannot be resolved to a type
- XmlSeeAlso cannot be resolved to a type
Is there a possibility that these errors happen because there are errors coming up when I check out the project of Unuk edition of RapidMiner. Here is the captured image of the error screen when I checked out.(this error occurs at resource AccountService.java, ManagementService.java, ProcessService.java, RapidHome.java, RepositoryService.java, Response.java, and UpdateService.java)
(this error occurs at resource AccountService.java, ManagementService.java, ProcessService.java, RapidHome.java, RepositoryService.java, Response.java, and UpdateService.java)
(this error occurs at resource AccountServiceService.java, ManagementServiceService.java, ProcessService_Service.java, RapidHomeService.java, RepositoryService_Service.java, and UpdateServiceService.java)
(this error occurs at resource RegexpPropertyDialog.java
(this error occurs at resource AccountServiceService.java, ManagementServiceService.java, ProcessService_Service.java, RapidHomeService.java, RepositoryService_Service.java, and UpdateServiceService.java)
(this error occurs at resource AccountService.java, ManagementService.java, ProcessService.java, RapidHome.java, RepositoryService.java, Response.java, and UpdateService.java)
Best,
Sasithorn
you're running into problems with the Subclipse plugin of Eclipse. If you're using the latest Eclipse version (codename Indigo) I suggest using Subclipse 1.8.x
See here for installation instructions. Make sure to select everything when asked which components of Subclipse to install.
Also see here for the error your image shows.
Regards,
Marco