杰迪克怎么了?有替代项目吗?
我一直听说 JDic 项目存在,但直到现在才真正需要它(我正在寻找与 Java 注册文件关联,它似乎是最有前途的解决方案。)
然而,在访问它之后项目页面(我能找到的唯一一个)似乎没有jar下载或任何类似的东西,最后一次提交是一年多前(最后一系列“积极寻找”提交已经是三年多前的事了!)
我猜想这现在是一个死项目了 - 是这样吗?如果有的话有什么替代品吗?或者它刚刚移动了(我当然找不到去哪里?)如果能够从某个地方获取罐子而不是从源头构建整个批次,那就太好了。如果做不到这一点,是否有更好的选择(或者下一个最佳选择是什么)使用 Java 注册自定义文件类型?
I'd always heard of the JDic project being around, but never really had a need for it until now (I'm looking to register file associations with Java, and it seemed like the most promising solution.)
However, upon going to its project page (the only one I can find) it seems that there's no jar downloads or anything of the sort, and the last commit was over a year ago (the last series of "active looking" commits was over 3 years ago!)
I'm presuming this is now a dead project - is this the case? And if so is there any replacement? Or has it just moved (I certainly couldn't find where to though?) It'd be nice to just be able to grab the jars from somewhere rather than build the whole lot from source. Failing that, is there a better option (or what's the next best option) for registering custom file types using Java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这篇 Sun Developer Network 文章,在 Java SE 6 中使用桌面 API< /a>,仍然链接到 JDic(桌面 API 是一个更受限制的只读子集)。
看起来像 Eclipse SWT 也不支持编辑文件关联,所以恐怕您将只能找到 jdic.jar 的缓存副本或自己构建它。
This Sun Developer Network article, Using the Desktop API in Java SE 6, still links to JDic (Desktop API being a more restricted, read-only subset).
Seems like Eclipse SWT does not have support for editing file associations either, so I'm afraid you will be restricted to either finding a cached copy of jdic.jar or building it yourself.
Java Web Start 可以做到这一点。是否有应用程序。有图形用户界面吗?
这是一个小型 演示。声明对
.zzz
文件扩展名感兴趣的 JNLP API 文件服务。Java Web Start can do that. Does the app. have a GUI?
Here is a small demo. of the JNLP API files services that declares an interest in the
.zzz
file extension.