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] Error trying to create installer
Hello,
I am trying to create a release of a win32 installer of rapidminer through eclipse using the build.xml file . I get the following error :" ...\workspace\RapidMiner_Unuk\jre\jre32 does not exist".
I would appreciate it if anyone could help me.
I am trying to create a release of a win32 installer of rapidminer through eclipse using the build.xml file . I get the following error :" ...\workspace\RapidMiner_Unuk\jre\jre32 does not exist".
I would appreciate it if anyone could help me.
Tagged:
0
Answers
you do need to add the missing folder as the error says. RapidMiner ships with a JRE so you don't need to have Java installed on your machine to run RapidMiner -> you do need to copy a JRE folder (for example from your Java installation) to RapidMiner so it can be added to the installer.
Regards,
Marco
Thank you very much.