ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
538 stars 243 forks source link

java: cannot access io.ipfs.multiaddr.MultiAddress #151

Closed Bme-Adib closed 1 year ago

Bme-Adib commented 4 years ago

I Started the Daemon and I added the Jar file and the zip files to the library But when ever i execute the Application this message shows up

Error:(20, 16) java: cannot access io.ipfs.multiaddr.MultiAddress class file for io.ipfs.multiaddr.MultiAddress not found

can you help me please?

odisseus commented 4 years ago

Looks like you're missing some dependencies of this library. Make sure that multiaddr.jar is present in your classpath.