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.

Was it helpful?

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/

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top