I copied an Eclipse project from my PC (eclipse is on drive D) to the laptop (eclipse is on drive c) but when I try to deploy the agents I have in my project I keep getting the following error:

The archive **D**:/eclipse/plugins/it.fbk.sra.ejade_0.9.0/lib/libjade4/commons-codec-1.3.jar which is referenced by the classpath does not exist.

I changed all the libraries' addresses to the correct ones (C:/eclipse/plugins/it.fbk.sra.ejade_0.9.0/lib/libjade4/__etc__) for all of them by right clicking the project > build path > configure build path... but that doesn't work. I also tried to refresh the project, restart eclipse but still nothing..

Any suggestions?

Thanks a lot!

link|improve this question

When you say configure build path doesn't work, what's the problem? You should be able to add an external jar by navigating to its location in the filesystem. This should clear up the problem. – Andrew Fielden Dec 4 '11 at 12:13
Hi Andrew! Thanks for replying. I tried removing all of them, then adding them again from the libraries tab inside the build path... but I still get that error. I searched manually through the files and found the wrong address inside workbench.xml inside the project folder... does that help?\ – Cris Dec 4 '11 at 12:34
So if you select 'Java Build Path', and click on the Libraries tab. Click 'Add External JARs'. Then navigate to the location of your jar and add it. What happens? If there are any jars listed here that don't exist in the filesystem, they should be marked with warnings – Andrew Fielden Dec 4 '11 at 12:42
feedback

1 Answer

first make sure that the .jar file is exist in the given path, if so then u can easily try making anew project and copy your material to it, and configure it to the .jar path. if this doesn't work you may need to remove the tmp files from your project and eclipse on your laptop.

and please give more description about what happen on right clicking the project > build path > configure build path.

hope every thing works well

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.