Hi Guys, I am trying to look up a bean running in WAS4.0 from Vajava4.0 using WsInitialContextFactory class, i am getting classnotfoundexception. I have added j2ee.jar,ujc.jar,js.jar i found in WAS/lib folder to the classpath. Please advice. Thanks.. Daman
Don't do it in VisualAge. It won't work (you'll run into other classpath problems). Export the client program to the command line and run it there. Alternatively, download WSAD and use it to debug your program. Kyle