I am using netbeans on windows 7 and javafx and when I run the program this message appear in output ,
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
There is 5 similar messages and these slow my application startup, I want to disable them , how can I do that ?
Can I use eclipse with javafx 2.1?