I am trying to test midptest.java midlet included in BouncyCastle distribution, I tried with Eclipse (EclipseME) and Netbeans (Mobility Pack) with the same result, I get this trying to execute the app:
Even that I am adding the jar file to the project (bcprov-jdk16-136.zip) and Checking it at Order/Export so it is "uploaded" to the emulator.
I read at Bouncy Castle Faq, that if I receive such an error is because of obfuscation levels (ProGuard), I am currently using default ones along with:
-dontoptimize -overloadaggressively
What do you think is wrong here ? Maybe some more option to ProGuard?