tomp2p / TomP2P

A P2P-based high performance key-value pair storage library
http://tomp2p.net
Apache License 2.0
440 stars 122 forks source link

PeerMaker cannot be resolved to a type. #144

Open raja4014 opened 5 years ago

raja4014 commented 5 years ago

I m working with the code samples provided at https://www.programcreek.com/java-api-examples/?code=maxatp/tomp2p_5/tomp2p_5-master/examples/src/net/tomp2p/examples/ExampleSend.java#

when trying to add "import net.tomp2p.p2p.PeerMaker" getting an error as type cannot be resolved.