ChristodoulosPappas / IPLS-Java-API

An API for decentralized federated learning in Java
MIT License
6 stars 3 forks source link

Running Middleware.java class #3

Closed whiteforce87 closed 1 year ago

whiteforce87 commented 1 year ago

Hi. I am trying to run Middleware.java class on local to use it with IPLS python code. I run the python code, but for the Middleware.java class I cant run it directly. Do I have to run it just on command line or first build it as Maven project. Because when I try to run it on command line directly, it cant find most of the classes in Middleware.java that belongs to different libraries. But when I build it as maven project, I cant find how to run the Middleware main class. I got confuse and dont know where the problem is. Can you explain it please?