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
How to invoke rapid-miner interface from other Java app
magicengine
Member Posts: 1 Learner III
Hi, all,
I am new to rapid-miner. I download the rapid-miner source code, build and run rapid-miner (Eclipse) without any problems. I write my own java application, invoke the main rapid-miner GUI inside my app. I encounter exceptions. I think the problem is that my java app run as a single thread, invoke the rapid-miner main GUI somehow generate a new thread. The two threads conflict with each other. I will post a exception error message tomorrow.
Anyone try to invoke the rapid-miner main GUI inside java app? Successful?
thanks.
I am new to rapid-miner. I download the rapid-miner source code, build and run rapid-miner (Eclipse) without any problems. I write my own java application, invoke the main rapid-miner GUI inside my app. I encounter exceptions. I think the problem is that my java app run as a single thread, invoke the rapid-miner main GUI somehow generate a new thread. The two threads conflict with each other. I will post a exception error message tomorrow.
Anyone try to invoke the rapid-miner main GUI inside java app? Successful?
thanks.
0
Answers
RapidMiner uses a bunch of threads for managing the different things like background processes, status bar, gui and so on. But without a stack trace I cannot say anything.
And please forgive me, if I add one final thing: Are you aware that your application must be licensed under the AGPL 3 if you include RapidMiner? Otherwise you would have to consult us for an OEM license. I don't like to mention it myself, but I want to save your effort in programming, if both options are not appropriate for you.
Greetings,
Sebastian