I'm having trouble adding a .jar file downloaded for my Java project. This is really the first time I have used an eclipse, so please bear with me for some reason (I don’t know why), I just find it somewhat confusing.
I know that to reference different class files you just need to create a class library and add it to the build path. From there, everything that needs to be done (if I do not understand this for any reason) uses the "import" keyword to import any .jar, .java or .class / .interface files needed into the project.
I tried this with my .jar. I refer to the build path (all I did was just copy the jar into the project directory and then use the build path parameter to add it from the outside), but ever try to call the delegate object, which is obviously part of the file .jar, he will not read.
Am I missing something? Seriously, anyone who knows the answer to this question - you rid your mother of a headache. And before anyone asks - yes, I looked for it to death. I found similar questions, but nothing that really struck what I was looking for. Either that, or I just lack common sense.
source share