[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology] Re: Problems with Classpaths?

Hi Linda. You should probably pose this question on the eclipse.tools.jdt newsgroup. Having said that...

When you say "added the paths in the project set up", do you mean that you've added either another project or JAR file using the "Java Build Path" in the project properties?

Do you have an import for FIL in your blabla class?

If you put your cursor in "FIL" in the class declaration and hit CTRL-1, do you get any helpful suggestions?

Wayne

Linda wrote:
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