Hello
I have a problem with paths, I think.
I have a package of files that i want to use, some interfaces and stuff,
and I have as it seems sucessfully added the paths in project setup
(since when writing "import blablabla" it suggests my catalogue). But
now that i try to use the interfaces and types from the catalogue
Eclipse tells me itÂŽs not working:
ie I have an interface called FIL and writing a new class "public class
blabla implements FIL" eclipse tells me that:
"FIL cannot be resolved to a type"
I have the same problem in every class that uses these files so my guess
is that I have missed something with the classpaths?
I am not sure what IÂŽm asking but does this sound familiar to anyone,
and how do I fix it?
//Linda