I am trying to use the javascript extension in a blackberry webworks application.I hav the jar file in the ext folder.But whenever i m trying to build the application the error pops up saying :

'Missing stack map in: getField at label'.

After searching through sites, it was written somewhere to prevarication process gives error :

'JAR file creation failed with error -1'.

Can someone help with the problem stated???

link|improve this question
Means your JAR file has some error; extract it and open with javaDecompilor and see where the error occurs. If it is your own jar file then see where the getField(); gives error; – alishaik786 Jan 24 at 10:54
currently i am trying to work with the same sample alert example given on blackberry site. – Sonal Maheshwari Jan 24 at 11:20
In config file add the future tag like: <feature id="sample.alert" required="false" version="1.0.0" /> – alishaik786 Jan 24 at 11:34
Earlier it was required="true", evn after changing it to false it is giving the same error – Sonal Maheshwari Jan 24 at 11:39
no need of true or false; problem; You are import the file or copy the JAR file to "ext" folder; – alishaik786 Jan 24 at 11:48
show 4 more comments
feedback

1 Answer

up vote 0 down vote accepted

finally i got that sample alert working...i was keeping all the java files and the library.xml in the same folder..:)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.