Hi,
I have installed JDK 1.5 and Eclipse v.3.0.1 and I can compile my project correctly. I also understand what I should do to use JDK 1.5 for a new project.
My concern is about my packaging. I would like to modify one of my old package to include some functionalities of JDK 1.5. However, I can't do this because I need that the file belong to the same package than before. How can I do it?
In the other words, I have a project, with a package containing 3 files(already supported by JDK 1.4.1). One of this file should be modified to support JDK 1.5. I have created a bin15 and a src15 directory, and I have inserted my files on the src15 directory(try to conserve the same structure than before). But, one I try to use it from another project, the project doesn't recognize the package anymore? What's the problem here? Have you any idea?
