Hello there, My name is Valens , student at Rwanda Coding Academy. I was trying to set up OpenElis-Global using tomcat but I’m getting this error:
Could not find artifact org.itech:dataexport-api:pom:0.0.0.8 in jaspersoft-third-party
I can see that the org.itech version 0.0.0.8 dependency is not available, please anyone to help with the current suported version of the org.itech data exporter
Thank you @Rahul_Vishwakarma I would have used docker, but I need to configure it for development. I’m facing that issue of dependency called org.itech which can not be found.
i am certain this issue has been posted multiple times in this forum, you should look it up but basically you need to install JDK 11 (java 11) and then configure your system environment variable(JAVA_HOME and path) to point to java 11. Even if you have java version higher than 11, it doesn’t seem like there is backwards compatibility.
I actually have maven installed, but when I try to run this command you gave me : " 1. git submodule update --init --recursive", I get the error bellow :