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

Why isn't working exported java project?

nom1010nom1010 Member Posts: 8 Contributor II
edited June 2020 in Help

If I run my process(which uses cross valaidation) from Java code it's working correctly, but if I create a runnable jar file and execute my program I got this error: 'The dummy operator Cross Validation (replacing concurrency:cross_validation) cannot be executed'

What am I doing wrong? I have a lib folder in my project with the needed Rapidminer jar files. As I read, this plugin isn't open source? What can I do?

 

RapidMiner.setExecutionMode(RapidMiner.ExecutionMode.COMMAND_LINE); 
RapidMiner.init();
Process process = new Process(new File("procFile.rmp"));
process.run();

 

Tagged:
Sign In or Register to comment.