Module 'smack' not found

Hi list,

I’m developing an xmpp client for blackberry. I’m using Blackberry JDE 4.7. The code compiled well but I’m having problems when I try to run the application. I received the following errors:

Searching installed codfiles for alias ‘smack’

Searching uninstalled codfiles for alias ‘smack’

Module ‘smack’ not found.Error starting UzzapBlackberry: Module ‘smack’ not found.

I already imported the smack.jar file in my project and I used the following import statements:

import org.jivesoftware.smack.*;

import org.jivesoftware.smack.Chat;

import org.jivesoftware.smack.packet.Message;

import org.jivesoftware.smack.ConnectionConfiguration;

import org.jivesoftware.smack.MessageListener;

import org.jivesoftware.smack.Roster;

import org.jivesoftware.smack.RosterEntry;

import org.jivesoftware.smack.XMPPConnection;

import org.jivesoftware.smack.XMPPException;

Any idea on how to resolve this?

TIA,

Ridvan

never mind guys. just read topics on j2me xmpp apis and i think there’s none so far.

anyway, any suggestion on how i can create my own xmpp libraries via j2me? readings and articles would do.

TIA,

Ridvan