在 vb.net 项目中导入 java.util.zip

发布于 2024-09-16 22:10:54 字数 175 浏览 6 评论 0原文

我需要为我的项目导入 java.util.zip 以压缩和解压缩 vb.net 中选定的文件/文件夹。但是当我说导入 java.util.zip 时,我收到错误“找不到命名空间”。我进入了添加引用并检查了 .net 和 COM 组件,但没有发现任何与 java 相关的内容。 我需要什么 dll 才能完成这项工作?

谢谢

I need to import java.util.zip for my project to zip and unzip chosen files/folders in vb.net. But when i say imports java.util.zip, i get the error "Namespace cannot be found". I went in the add reference and checked in both .net and COM components bout found nothing for java.
What dll would i need to make this work?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

稀香 2024-09-23 22:10:54

如果您需要使用纯托管代码库进行压缩/解压缩,则应该查看 SharpZipLib

If you need zip/unzip using a pure managed code library, you should to take a look at SharpZipLib

(り薆情海 2024-09-23 22:10:54

您可能正在谈论一些古老的 J# 库,在这种情况下,您必须引用 vjslib.dll,

但不要这样做。

使用健全的小型 Zip 库,例如 DotNetZip

You might be talking about some ancient J# library, in which case you'll have to reference vjslib.dll

Don't do that though.

Use a sane,small Zip library, such as DotNetZip

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文