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] Error trying to create installer

philophilo Member Posts: 13 Contributor II
edited June 2019 in Help
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.

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
    Hi,

    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
  • philophilo Member Posts: 13 Contributor II
    I change the xml file and redirect to the java folder on my pc and eventually the release file was created.
    Thank you very much.
Sign In or Register to comment.