Tagged Questions

0
votes
0answers
14 views

Error preverifying class javax.crypto.interfaces.DHPrivateKey

Hi I am getting the following error during compilation(JAVA ME). any ideas?..thanks Error preverifying class javax.crypto.interfaces.DHPrivateKey java/lang/NoClassDefFoundError: …
1
vote
0answers
30 views

Detect a smart card

I'm writing a Java ME app and I'd like to determine if a smart card is connected. The JCRMI interface ( http://java.sun.com/javame/reference/apis/jsr177/ ) defines this connection …
0
votes
3answers
92 views

Strange nullPointerException in Java

I'm writing an app for Java ME, and I need a class for holding some data(PhoneBook). When I'm trying to launch this app, I'm always getting a nullPointerException. I'm calling the …
2
votes
1answer
156 views

JavaME - LWUIT images eat up all the memory

Hi, I'm writing a MIDlet using LWUIT and images seem to eat up incredible amounts of memory. All the images I use are PNGs and are packed inside the JAR file. I load them using th …
0
votes
1answer
391 views

How to create transparent images in Java ME

How can I create an editable but transparent image in Java ME?
0
votes
0answers
60 views

Learning electronics for Java ME CLDC 1.1

This is not a programming question directly, however I would like a programmer's perspective. I would like to learn about electronics to build software to interact with the envirn …
1
vote
0answers
128 views

How to programatically ‘login’ a user based on ‘remember me’ cookie when using j2ee container authentication?

i'm using form based authntication in my WAR. i want to implement a 'remember me' cookie so: 1) how can i intercept the authentication before user is redirected to the form? 2) say …