• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jprobe and VAJ intefration problem

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to profile an application which I have coded in VAJ. The profiler is jprobe .However I keep on getting this exception
Cannot instantiate class: com.ibm.ejs.ns.jndi.CNInitialContextFactory..
This happens when it goes to do a databse lookup.
I have put the following directory in the classpath "C:\Program Files\IBM\VisualAge for Java\ide\project_resources\IBM WebSphere Test Environment"
But nothing has changed..........Can somebody advise me what the problem is...
Again the application is being run through Websphere test Environment in Visual age for java.
 
reply
    Bookmark Topic Watch Topic
  • New Topic