I am taking a class in data structures, and they want us to use eclipse. Unfortunately, the intro programming class I took used jgrasp, so that's what I am used to. While I REALLY like the way that eclipse works, I can't seem to figure out how to download the support files for my assignments into my project so that they are usable. I have downloaded the support files, and put them into the same file as the class I am writing, but the downloaded files don't show up on eclipse, and when I try to implement the interfaces, they say that they don't exist. When I go through my computer, and look at the file with windows explorer, I can see all the files (both the ones that I downloaded and the ones that I wrote), but they don't show up in java, and when I try to use them, I get an error. I'm sure this is a really easy fix, but if ANYBODY could help me, I would be extremely grateful.
I have tried changing the build path, but I don't really understnad how to do that. The files I am trying to add are simple. One is an interface and the other is a special exception class that my professor developed.