Prev: JTable: how to change properties of a component located in a cell
Next: Putting passwords in a properties file?
From: timjowers on 22 Sep 2009 12:42 I figured this might help some other java programmer. Eclipse likes to give this error when working with multiple projects and you try to import another existing project: "Some projects were hidden because they exist in the workspace directory" The fix is to edit the .project file in the projects directory. Change the name: <name>FlexWebApp</name> in the project description. This occurs when you have default names given in Flex Builder or others and you do not change these. |