OpenSmpp / opensmpp

OpenSmpp - Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.
http://opensmpp.org/
Other
188 stars 170 forks source link

execute from command line #23

Closed tecnologia647 closed 7 years ago

tecnologia647 commented 7 years ago

how can i execute from command line?

java -classpath ./ SMPPSender Error: No found or load the main class SMPPSender

ptomli commented 7 years ago

You have to make sure the compiled classes are on the class path. See Issue #20 for an example