external packages can't be added to backend
Rakesh49 opened this issue · 3 comments
Rakesh49 commented
how to add external jars to backend. Backend is not recognised as a java project in eclipse.
jonashackt commented
Hi, this project is based on Apache Maven. Just add your needed dependencies into the backend/pom.xml.
Rakesh49 commented
When added some external jars to backend, It working fine on eclipse but upon running the jar in the target folder. these external jars becomes inaccessible
@jonashackt
jonashackt commented
Seems to be out of this projects' scope, try to file a question of stackoverflow instead :)