문제

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.

도움이 되었습니까?

해결책

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/

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top