🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] Error trying to create installer

User: "philo"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Marco_Boeck"
    New Altair Community Member
    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
    User: "philo"
    New Altair Community Member
    OP
    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.