Netbeans IDE 问题

发布于 2024-07-24 07:21:27 字数 107 浏览 2 评论 0原文

在 J2ME (WTK 2.2) 中工作时,NetBeans 6.1 IDE 中的以下问题代表什么?

找不到“builtin.ks”文件/文件夹”

如何解决此问题?

What does the following problem in NetBeans 6.1 IDE stands for while working in J2ME (WTK 2.2)?

"builtin.ks" file/folder could not be found"

How to resolve this problem?

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

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

发布评论

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

评论(1

要走就滚别墨迹 2024-07-31 07:21:27

Netbeans 似乎找不到密钥库文件,它正在尝试对文件进行签名。 所以,这是 5.5 版本 Netbeans 的说明,与 6.1 版本应该不会有太大不同。

  • 右键单击项目选择项目
    特性。 然后选择“签名”
    在左侧菜单列表中。 这
    右侧 UI 将更改为列表
    密钥库管理选项。
  • 单击“打开安全管理器..”
    链接并在出现的弹出窗口中,
    单击“添加密钥库”按钮。
  • 现在选中“添加现有的
    Keystore”并导航到您所在的位置
    保存文件。 单击“确定”即可
    完成步骤。

另一方面,您可以告诉 Netbeans 不要签署 jad/jar。

  • 右键单击项目选择项目
    特性。 然后选择“签名”
    在左侧菜单列表中。 这
    右侧 UI 将更改为列表
    密钥库管理选项。
  • 取消选中“签名”复选框
    分布”,你应该能够
    以避免此错误。

It seems that Netbeans cant find the keystore file, it is trying to sign the files. So, Here are the instructions for 5.5 version of Netbeans, it should not be too different for 6.1.

  • Right click on project select project
    properties. And then select "signing"
    in the left side list of menus. The
    UI on right will change to list
    options for keystore management.
  • Click on "Open Security Manager.."
    link and in the pop up that comes up,
    click on "Add keystore" button.
  • Nowcheck the radio box for "Add Existing
    Keystore" and navigate to where you
    have the file saved. Click OK to
    complete the steps.

On the other hand you can just tell Netbeans to not sign the jad/jar.

  • Right click on project select project
    properties. And then select "signing"
    in the left side list of menus. The
    UI on right will change to list
    options for keystore management.
  • Uncheck the box for "Sign
    Distribution" and you should be able
    to avoid this error.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文