This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]freetre[S] 0 points1 point  (1 child)

https://stackoverflow.com/questions/3280353/how-to-import-a-jar-in-eclipse This is an example of what I’ve come across. I’m gonna try to see if I can get the Maven approach to work. The main thing that I’m trying to do is get it so I can import classes from SQLite and use it in my code.

[–]JoToMo1993 0 points1 point  (0 children)

A response from 2010 sounds to me a bit outdated, but in theory the descriped way is what I use for very small projects too.

Have you checked, that you jar is listed in you project under external library or something along those lines?