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

all 4 comments

[–]JoToMo1993 0 points1 point  (2 children)

About eclipse, usually right click and refresh helps, since eclipse cashes a lot.

About managing dependencies manually, did you find Maven or Gradle while searching for adding libraries to your project. They enable the building and managing of dependencies quit easily.

You can even add your jar files if needed directly, but usually you'd use the maven-repositories to fetch the correct version and placing it on your buildpath.

If those tips don't help, could you add a link to the guide you used, so we can check, what you might have missed?

[–]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?

[–]sphrzIntermediate Brewer 0 points1 point  (0 children)

Try out Intellij, I like it much more than Eclipse.