🎉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

How to invoke rapid-miner interface from other Java app

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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    Hi,
    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