简体   繁体   English

Eclipse构建路径中的dll给出错误

[英]dll in Eclipse build path giving error

I have imported java web/standalone projects to my workspace. 我已经将Java Web /独立项目导入到我的工作区中。 These projects I have received from other vendor. 我从其他供应商处收到的这些项目。 Some of the projects contains the WinPerfMon.dll in the class path/build path. 一些项目在类路径/构建路径中包含WinPerfMon.dll。 And its giving error as - 其给定错误为-

"Archive for required library: 'WebContent/WEB-INF/lib/WinPerfMon.dll in project 'ConsoleAdmin_ECM' cannot be read or is not a valid ZIP file" “无法读取项目'ConsoleAdmin_ECM'中所需库的文件:'WebContent / WEB-INF / lib / WinPerfMon.dll,或者该文件不是有效的ZIP文件”

And I am not able to compile the project due to the above mentioned error. 由于上述错误,我无法编译项目。

Please suggest. 请提出建议。

Thanks! 谢谢!

您可以从构建路径中删除WinPerfMon.dll ,然后将其复制到将对应用程序进行性能监视的系统上的C:\\WINDOWS\\system32

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM