标签: java jsp servlets
我无法在Mac上找到为JSP生成的servlet类(在eclipse中运行我的项目之后)。我已经检查了几乎所有文件夹,我应该在哪里查找它?
答案 0 :(得分:0)
在终端find ~/ -type f -name YourFile.ext中运行命令,在主文件夹中的某个位置查找文件。或文件系统上的find / -type f -name YourFile.ext无处不在。
find ~/ -type f -name YourFile.ext
find / -type f -name YourFile.ext