Skip to content
  Kermeta  

Can I mix the Java/plugin nature and the kermeta nature ?

Document Actions
Can I mix the Java nature and the kermeta nature ?

Yes, you can.

Actually, this is recommended because some of the kermeta action will take the plugin dependencies into account. This will help the launching of kermeta code that use "extern".

To do that, it is best to first create a Java or plugin project and then add the Kermeta nature to it. Especially if you plan to use the plugin creation wizard.