PDA

View Full Version : javaFX signer problem



forsubhi
May 11th, 2012, 01:46 AM
I get this warning while debugging netbeans projects with javafx

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\dist\lib\ batch.jar to C:\Users\subhi\Desktop\SpeechRecognition\dist\lib\ batch.jar as nb-jfx

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\dist\lib\ js.jar to C:\Users\subhi\Desktop\SpeechRecognition\dist\lib\ js.jar as nb-jfx

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\dist\lib\ jsapi-1.0-base.jar to C:\Users\subhi\Desktop\SpeechRecognition\dist\lib\ jsapi-1.0-base.jar as nb-jfx

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\dist\lib\ jsapi.jar to C:\Users\subhi\Desktop\SpeechRecognition\dist\lib\ jsapi.jar as nb-jfx

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\dist\lib\ sphinx4.jar to C:\Users\subhi\Desktop\SpeechRecognition\dist\lib\ sphinx4.jar as nb-jfx

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\dist\lib\ tags.jar to C:\Users\subhi\Desktop\SpeechRecognition\dist\lib\ tags.jar as nb-jfx


after that I get this errors


C:\Users\subhi\Desktop\SpeechRecognition\nbproject \jfx-impl.xml:928: The following error occurred while executing this line:
C:\Users\subhi\Desktop\SpeechRecognition\nbproject \jfx-impl.xml:564: jarsigner returned: 1
BUILD FAILED (total time: 4 seconds)

what is the problem ?



2- when will JavaFX Scene Builder 1.0 be available with ubuntu ?