I stumbled upon this guide on how to use it, but being the beginner that I am, it confused me on how to use it until I saw the answer in this guide.
However, I noticed that one of the five files is already named SMSClient and the step two in the second guide duplicates that file so I skipped it and headed for step three which was confusing since I got an error in this line:
SMSClient smsc = SMSClient(0);
I placed all the five java files plus the SendSMS.java file in the (default package) package of the src package, however Eclipse could not seem to find the SMSClient.java file.
Sorry if this is a very basic question, I've yet to have any lessons with Java at all and I'm feeling my way through these. Any help will be very much appreciated, may it be clarifications regarding the codes above or a better alternative to sending/receiving text messages. Thank you.