如何在 jarbundler 中将文件夹设置为类路径

发布于 2024-08-10 20:09:02 字数 408 浏览 6 评论 0原文

您好,使用 Mac 10.5.7 的 jar 打包程序。我可以将任何文件设置为类路径。我有一个包含一些数据库文件的文件夹。在我的java程序中我使用这个路径。那么如何在 jarbundler 中的“类路径和文件部分”中设置我的文件夹。

http://developer.apple.com/ Mac/library/documentation/Java/Conceptual/Jar_Bundler/Packaging/Packaging.html

谢谢 苏尼尔·库马尔·萨胡

Hi using jar bundler of Mac 10.5.7. I can set any file as classpath. I have a folder which contains some database files. In my java program I am using this path. So how to set my folder in "class path and file section" in jarbundler.

http://developer.apple.com/Mac/library/documentation/Java/Conceptual/Jar_Bundler/Packaging/Packaging.html

Thanks
Sunil Kumar Sahoo

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

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

发布评论

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

评论(1

恍梦境° 2024-08-17 20:09:02

这个问题属于服务器故障。如果我没记错的话,那么您的问题是向最终用户提供一个应用程序,只需双击它即可运行该应用程序。但问题是你的应用程序引用了某个路径。因此,最好压缩这些数据库文件,将这些内容嵌入到您的 jar 中,然后编写逻辑来提取文件并将数据存储在您实际想要的路径中。如果您对主目录执行相同的操作,我会更喜欢这意味着数据必须保存在主目录中。

上述(提取 zip 文件)应该只运行一次。

谢谢
迪帕克

This question belong to serverfault. If I am not wrong then your problem is to give a single application to the end user which will run simply by double clicking on it. But the problem is that ur application refers to some path. so better compress those database file embed those things in your jar and then write the logic to extract the file and store the data in the path that you actually want. I would be preferred if u do the same for home directory means the data must be saved in home directory.

The above (extraction of zip file) should run for once only.

Thanks
Deepak

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