I can’t manage to plug in an external resources that I need to use in my code in java using Eclipse.
perhaps someone will know what seems to be the problem.
I have a zip file, I’m clicking on the project than press “Build path”–> External Archives
and choose my file, than In the head of the code I write “import…..”.
It says that the “The import cannot be resolved”.
Is this the right way to plug in external classes?
Thanks
A Zip File is an unusual means of distributing Java Classes (it’s possible, but unusual). My guess is that your Zip file contains the JARs you need, so you’d have to unpack the zip file first.