Can you do a Windows search for these 2 files and add them or copy them to your project? For instance search from C:\ for file jni4net.j-0.8.6.0.jar or even jni*jar. If it's nowhere on your workstation, then you'll need to find out where you can get it; for instance the jni4net project site is at http://jni4net.sourceforge.net/
Michele Smith
Ranch Hand
Joined: Oct 27, 2010
Posts: 298
posted
0
I have them I just don't understand where I should put them now that I have them. Does that make sense? I cannot see a c:\workspace directory on my pc so I am confused by the error message on the Problems tab.
Thanks, Michele
Ah, sounds like you need to look up how your IDE works, figure out the classpath it expects, and either set it to what you want (ie where your files actually are) or move your files to what the IDE expects (and that sounds like you might need to create the folder C:\Workspace).
Did you create a Dynamic Web App Project in Eclipse? If so, then place the two JAR files into the WebContent/WEB-INF/lib directory of your project. I suspect that would be at c:\Documents and Settings\Workspace\MMP\WebContent\WEB-INF\lib, based on the directory in your original post.
By the way, one of these days having a space in the path is going to bite you (scan the forums, you'll see lots of problems that were resolved by moving things out of Documents and Settings or out of Program Files). I highly recommend that you don't do anything in Documents and Settings. All of my projects are within a directory such as c:\opt\workspace.
thank you for the words of wisdom. I will try this and if it works I will close this post this morning.
Thanks again, Michele
Michele Smith
Ranch Hand
Joined: Oct 27, 2010
Posts: 298
posted
0
can you review this screenshot?
I deleted Jakarta Tomcat and Installed Apache Tomcat 5.5
I am not sure why it is referencing Jakarta Tomcat .jars
Also I am not sure where to put the other last two jar files. I looked under Documents and Settings as you suggested, but there was no /lib folder.
Incidentally I am re-creating a project from an existing archived project, which has been cleaned of any .class files et al etc. This file sits in a folder on c:\
To remove the Build Path references, go to the Build Path (right-click your project, select Properties, then click on Build Path in the list, and then choose the Libraries tab) and remove them.
A "third-party JAR" is any JAR file that you did not create.
Michele Smith
Ranch Hand
Joined: Oct 27, 2010
Posts: 298
posted
0
Thanks I will try this and let cha know so we can close this request.
I thank you for telling me in such detail what to do.