Hi,
I want to compile a code and it is not working for me since I don't have the package com.common.
Where can I download this package and how do I configure it to work on eclipse in my source files ?
Thanks,
Printable View
Hi,
I want to compile a code and it is not working for me since I don't have the package com.common.
Where can I download this package and how do I configure it to work on eclipse in my source files ?
Thanks,
Why are you trying to use that package? Where did you see it described and used? Ask the person that wrote the code about how to compile it.
The person who wrote the code is not reachble. Can you advice to me if this library can be downloaded from google ? I wasnt able to find it.
Thanks,
I've never heard of it. Why do you need it?
You may have to rewrite the code so it does not use any classes from that package.
I got a source code from a person and he told me to run it. the code in java and i copied the files to eclipse after i opened a project and got lots of errors and it seems to be related to this issue. The first line is pacakge com.common and I am not sure where can i get this package. Any ideas ?
No ideas. Why not rewrite the code so it does not use classes that you don't have?