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.

Build RapidMiner Studio Core from Source

DeltaTexasDeltaTexas Member Posts: 1 Learner I
edited May 2020 in Help
Hello,

I am a newbie and I am looking for step by step detailed instructions on how to build RMS Core from Source. 

Yes, I have read the info from the git site, and yes, I have search and read similar postings in this forum.

I am stuck.

I clone the code from git, and I created the GuiLauncher.java file in the correct directory as indicated.
Running ./gradlew jar gives me an error

GuiLauncher.java:5: error: cannot find symbol
                System.setProperty(PlatformUtilities.PROPERTY_RAPIDMINER_HOME, Paths.get("").toAbsolutePath().toString());

I am guessing that a path needs to be defined, so it finds something.

Has anybody else being able to document a more step by step process.

Any comment or help is appreciated...
Tagged:

Answers

Sign In or Register to comment.