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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
properties. And then select “signing”
in the left side list of menus. The
UI on right will change to list
options for keystore management.
link and in the pop up that comes up,
click on “Add keystore” button.
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.
properties. And then select “signing”
in the left side list of menus. The
UI on right will change to list
options for keystore management.
Distribution” and you should be able
to avoid this error.