I've had trouble getting Joda Time to install and work.
Most of the instructions around assume a certain amount of knowledge.
Can someone please assume I know nothing and guide me through, step by step, where to put the Joda Time zip file, do I extract it? How to add it properly using eclipse and how to import it into a class file.
Thanks very much! :)
.tar.gz
file, and extract its contentsNew -> Folder -> libs
Properties -> Java Build Path -> Libraries -> Add Jars -> joda-time-2.1.jar
Now you can test with this code :
DateTime test = new DateTime();
if code compiled ok you are good to go
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With