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
Exporting runnable jar through eclipse
Hello, I am working in Eclipse in order to create a plugin for rapidminer . The plugin works fine .
My problem is that I want to export the whole project as a single runnable jar .
If I try to export it with the option "Extract required libraries into generated JAR" the runnable jar file
loads but the plugin somehow vanishes.
On the other hand,If I try to export it with the option "Package required libraries into generated JAR"
I get the error : "Factory already defined" .
I have already post this question on stackforum and eclipse forum and I was told that this probably has to do
with the rapidminer rather than than the eclipse environment- that's why I am posting it here.
Any help would be greatly appreciated.
My problem is that I want to export the whole project as a single runnable jar .
If I try to export it with the option "Extract required libraries into generated JAR" the runnable jar file
loads but the plugin somehow vanishes.
On the other hand,If I try to export it with the option "Package required libraries into generated JAR"
I get the error : "Factory already defined" .
I have already post this question on stackforum and eclipse forum and I was told that this probably has to do
with the rapidminer rather than than the eclipse environment- that's why I am posting it here.
Any help would be greatly appreciated.
Tagged:
0
Answers
RapidMiner can be build using the provided build.xml Ant file. For more information on how our Extension (aka plugin) architecture works, see here.
Also you might want to have a look at this thread here.
Regards,
Marco
Obviously,I used the build.xml file in order to create the plugin in the first place.
My problem is ,as I already have mentioned, that when I try to export a runnable jar through the eclipse platform ,this plugin somehow vanishes.