From: VICTOR M. R. R. <vic...@fi...> - 2024-01-11 22:55:29
|
Fernando. Fineract can run as a Springboot application so then you only need to add the module (jar file) in the classpath, make sure your module is using the same library version of the Apache Fineract (please take care that also latest version uses jakarta instead of javax, if you are trying to run on an application server) and also make sure you are using Java 17. You can check how it works in the dockerized version: https://github.com/apache/fineract/blob/fec768c192155d7b6c164ee70a1554f990dcc62d/fineract-provider/build.gradle#L266C9-L266C44 More information about the classpath https://docs.oracle.com/javase/tutorial/essential/environment/paths.html Regards Victor Romero El jue, 11 ene 2024 a las 12:56, Fernando Ruscitti (<fru...@gm...>) escribió: > Hi. I'm trying to use the custom note module included in fineract but can > not make it work. Does anybody made it work? The documentation says: > > *Custom modules (better: the JAR files) only need to be dropped in > Fineract’s libs folder if you run Fineract from the Spring Boot JAR file > ...* > > But not sure where this lib folder is. > > Thanks very much > > regards; > > fernando > > Mifos-developer mailing list > mif...@li... > Unsubscribe or change settings at: > https://lists.sourceforge.net/lists/listinfo/mifos-developer |