Hi,
I'm working one project in j2me and I have a following exception:
java.lang.NoClassDefFoundError: javax/net/ssl/TrustManager
Compiling is succesfull, but this exception occurs when aplication runs.
I add jsse.jar (which contains TrustManager.class) to build path. I'm using Eclipse and there have no problems with running other application.
What could be a problem?
Thanks in advance,
Amer

