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
Build RapidMiner Studio Core from Source
DeltaTexas
Member Posts: 1 Learner I
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
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...
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:
0
Answers
https://docs.oracle.com/javase/specs/jls/se8/html/jls-7.html