Eclipse中,点击“File”菜单,然后选择“Import”。
在“Import”对话框中,选择“General” > “Existing Projects into Workspace”。点击“Next”。
在“Select root directory”对话框中,浏览并选择你的项目所在的文件夹。点击“Finish”。
Eclipse会自动识别你的项目文件并将其导入到工作空间中。你可以在“Package Explorer”视图中看到你的项目。
如果你的数据脚本是一个单独的文件,你可以右键单击项目,然后选择“Import” > “File System”。然后按照向导提示操作即可将数据脚本导入到项目中。