javafx中的签名者证书2.1

时间:2012-05-17 22:08:51

标签: certificate javafx-2 javafx netbeans-7

我在Windows 7和javafx上使用netbeans,当我运行程序时,此消息出现在输出中,

Warning: 
The signer certificate will expire within six months.
Enter Passphrase for keystore: Enter key password for nb-jfx: 
Signing JAR:
C:\Users\subhi\Desktop\SpeechRecognition\SpeechRecognition\dist\lib\batch.jar to 
C:\Users\subhi\Desktop\SpeechRecognition\SpeechRecognition\dist\lib\batch.jar as nb-jfx
  1. 有5条类似的消息,这些消息使我的应用程序启动变慢,我想禁用它们,我该怎么做?

  2. 我可以在javafx 2.1中使用eclipse吗?

1 个答案:

答案 0 :(得分:18)

  

我想禁用它们,我该怎么做?

禁用jar包装并为您的构建签名。

  1. 右键单击该项目,选择“属性”。
  2. 选择构建|打包并确保未选中“编译后构建Jar”。
  3. 选择构建|部署并确保未选中“请求不受限制的访问权限”。
  4. 按“确定”关闭项目属性对话框。
  5. 按F6运行项目并确保它仍然运行。
  6. 修改文件并尝试使用F6再次运行它以感受速度。 。
  7. 对于分发包装,您可能需要重新启用其中一些选项,但如果您的应用程序在处于开发模式时没有它们,并且它加速了您的开发,那么禁用它们进行开发是一个好主意。

      

    我可以在javafx 2.1中使用eclipse吗?

    是的,请使用e(fx)clipse plugin