通过 ant 任务使用 WTK 对 jar 进行签名
有没有办法通过 ant 任务使用 Sun WTK 为 JavaMe / j2me 应用程序签署 Jar?
示例或教程链接将不胜感激。
Is there a way to sign an Jar for a JavaMe / j2me aplicattion, using Sun WTK via an ant task?
examples, or tutorials links would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您有几个选择:
我强烈推荐第一个选项。 要开始使用天线,请查看下载包中提供的示例文件。
You go a few option:
I can highly recommend the first option. To get you started on antenna look at the sample files provided in the download package.
我有一个用于签名的批处理文件。 不确定 ANT 是如何工作的,但我相信你可以弄清楚如何在以下位置工作:
当然,用真实的证书替换Sprint ADP的东西(我希望我有......),并将Sprint的WTK路径替换为Sun的WTK路径。
I've got a batch file for signing. Not sure how ANT works, but I'm sure you can figure out how to work this in:
Of course, replace the Sprint ADP stuff with a real certificate (which I wish I had...), and replace Sprint's WTK path with Sun's WTK path.