cancel
Showing results for 
Search instead for 
Did you mean: 

2nd Question: What jars do I need to connect thru JNDI on a THIN CLIENT

Former Member
0 Kudos

What jars do I need to connect thru JNDI on a THIN CLIENT?

Without a jar, the program is giving me a "noClassFound" exception, saying it cant find the

<b>com.sap.engine.services.jndi.InitialContextFactoryImp</b>

class

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Well, it depends on what your client program is trying to do, but the minimum required are sapj2eeclient.jar, exception.jar, and logging.jar - you need to have these in the classpath. If you want to lookup e.g. an EJB or a JMS object you'll also have to put ejb20.jar and the jar file containing the remote interfaces of your EJB, or jms.jar respectively, in the classpath.

Hope that helps,

Vladimir

Answers (0)