I use Eclipse as IDE i have import all okapi jars WEB-INF/lib an I want to create own Module
please is there any tutorial about eclipse and Folio \ okapi
Thanks
I use Eclipse as IDE i have import all okapi jars WEB-INF/lib an I want to create own Module
please is there any tutorial about eclipse and Folio \ okapi
Thanks
any body in this world to help ??
Hi issam99,
You can import okapi into eclipse using the eclipse import feature.
First download okapi from
Pick Existing Maven Projects
Select the location where you download okapi. You will see all the pom.xml/jar files. Click Finish
You should now be able to Run Maven Install to build the project
Ensure to pick jdk instead of jre
There is probably a way to run the .jar file from eclipse itself…
On build success you can run the java file from the command prompt…
Check it out!
I had to change the port since 8080 was taken.