如何在 jarbundler 中将文件夹设置为类路径
您好,使用 Mac 10.5.7 的 jar 打包程序。我可以将任何文件设置为类路径。我有一个包含一些数据库文件的文件夹。在我的java程序中我使用这个路径。那么如何在 jarbundler 中的“类路径和文件部分”中设置我的文件夹。
谢谢 苏尼尔·库马尔·萨胡
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.
Thanks
Sunil Kumar Sahoo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题属于服务器故障。如果我没记错的话,那么您的问题是向最终用户提供一个应用程序,只需双击它即可运行该应用程序。但问题是你的应用程序引用了某个路径。因此,最好压缩这些数据库文件,将这些内容嵌入到您的 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