hi
can any one please tell me,when i execute the same bean on windows NT,2000,98 does it make any difference.
cause when i excute the client on a WIN NT machine i get the following error.this happens when we get the initial context.
Exception in thread "main" java.lang.Error: java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactoryDelegate
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
extFactory.java:125)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
68)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246
)
at javax.naming.InitialContext.init(InitialContext.java:222)
at javax.naming.InitialContext.<init>(InitialContext.java:198)
at com.toss.sdesk.ejb.HomePageClient.getInitialContext(HomePageClient.ja
va:40)
where is this located and how do i do it.please tell me as early as possible.
thanx
shubhangi
Discussions
EJB programming & troubleshooting: weblogic.jndi.WLInitialContextFactoryDelegate not found
-
weblogic.jndi.WLInitialContextFactoryDelegate not found (1 messages)
- Posted by: Web Master
- Posted on: November 08 2000 02:48 EST
Threaded Messages (1)
- weblogic.jndi.WLInitialContextFactoryDelegate not found by Somil Nanda on November 08 2000 13:37 EST
-
weblogic.jndi.WLInitialContextFactoryDelegate not found[ Go to top ]
- Posted by: Somil Nanda
- Posted on: November 08 2000 13:37 EST
- in response to Web Master
Make sure You have set the weblogic/classes path in your weblogic classpath .
the weblogic.jndi.WLInitialContextFactoryDelegate is in that directory