The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
74 views

Irreproducible error: Class had used a different * during pre-verification

I am using ProGuard to obfuscate and shrink my app and everything seems to work fine for me and 99% of my users but once in a while I get a report from a user who isn't able to run my app at all. It ...
0
votes
1answer
120 views

NoClassDefFoundError while preverify the jar files in BlackBerry

I have also asked this question on the BlackBerry support forums, under the thread "NoClassDefFoundError while preverify the jar files in BlackBerry" I am adding a library files(jar files) in my ...
2
votes
1answer
66 views

Error preverifying class com.google.common.collect.Ordering in blackberry

I got this error when I included guava-11.0-rc1.jar which contains the package com.google.common.* . But when I try to package it, it gives me the error: Error preverifying class ...
1
vote
2answers
614 views

Can't run “preverify.exe” using Ant's <exec> task

I am having trouble getting my Ant script (for BlackBerry build) to run the preverify.exe command & pass the correct parameters to it. In the command prompt (Windows 7), this works 100% - the ...
2
votes
2answers
953 views

Blackberry 5.0 - Add reference to a Java Library Project

It seems to me that what I'm trying to achieve is incredibly simple, yet is becoming incredibly painful. I have ProjectA which is a BlackBerry Application project. I have ProjectB which is a Java ...
0
votes
1answer
235 views

Error preverifying class oauth.signpost.commonshttp.CommonsHttpOAuthConsumer

I am trying to preverify "signpost-commonshttp4-1.2.1.1.jar" file to use it in BlackBerry project Here is the command im trying. Since it also needs "signpost-core-1.2.1.1.jar" to classpath which is ...
2
votes
1answer
690 views

Blackberry Dev - Preverifying error

I got an error while I tried to preverify my lib. It seems to me that the SDK could not find the default Java lib though I had added it into the system. Here is the command:: ...
2
votes
3answers
2k views

Error preverifying class NetBeans 6.8 using lwuit api

I'm trying to develop a portable J2ME appli, but Netbeans do a class preverification of LWUIT library that uses optional APIs that some configurations don't have, so I get this error when I try to ...
11
votes
1answer
3k views

How to build BlackBerry application on Linux?

I've read on some development blogs that it is nearly to impossible to build BlackBerry application properly on operating systems other than Windows. Any possible workarounds on veryfication, rapc ...
1
vote
2answers
424 views

Better preverifiers than Sun WTK

I'm currently using the sun preverifier to preverify my MIDlet. I'm finding that it can be a bit slow, doesnt give any decent error messages and is only available as a windows exe. Are there any ...