Question

I want to upload my POJO code into Drools Guvnor. Problem here is POJO code should be only in .jar file. How would I convert my POJO code into jar file so that I can upload it easily in Drools Guvnor.

Était-ce utile?

La solution

I would recommend learning the basics of Java before delving into Drools and Guvnor!

Here's the Java tutorial on creating Jar files:

http://docs.oracle.com/javase/tutorial/deployment/jar/build.html

... but you would be better off using Maven to do your builds:

http://maven.apache.org/

Autres conseils

Take your all POJO files that are to be converted into .jar file,right click them and export it as jar, name and locate your jar file .Now, Move to drools guvnor -->select the package-->Assets-->Model,open it and upload that jar here

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top