I read a few things about activejdbc and I liked it. I tried adding it to an Eclipse project that I already have and realised that most of the references on how to add it to projects use Maven. I am not using Maven for my project and I am not ready to use Maven since it doesn't exactly suit what I am trying to do. Could someone please tell me how else (step by step guide) I could get it running on my project.
I am writing a Swing application using MVC architecture.
you can look at this Ant example: https://github.com/javalite/ant-example If you are not using Ant, you can look at the standalone example here: https://github.com/javalite/standalone-example. It does not use anything at all.
hope this helps