import packages with files from file system into a project on same computer
Hi, I am having an unusual situation trying to import some packages.
I click the create new java project button, select create project from existing source, select the folder name tij4a that contains the packages with their classes, and then when i specify any name for the project a diplay says "Cannot create project content in workspace" (this refers to D:\workspace) and "The specified external location already exists. If a project is created in this location, the wizard will automatically try to detect existing sources and class files and configure the classpath appropriately." The finish button is disabled.
If I change the workspace to D:\workspace\TIJ4 and do the same stuff I am allowed to define a name for the project but the import results in a white empty folders with names that show the package names. The class files are not there.
How can I import my packages with their classes from the file system? I've done it before many times but now it doesn't work like I expect.

