Kyle Brown, IBM Fellow, CTO for the IBM CIO Office, Author of Cloud Application Architecture Patterns, The Cloud Adoption Playbook, and many more. See my homepage at http://www.kyle-brown.com/ for the latest updates.
Kyle Brown, IBM Fellow, CTO for the IBM CIO Office, Author of Cloud Application Architecture Patterns, The Cloud Adoption Playbook, and many more. See my homepage at http://www.kyle-brown.com/ for the latest updates.
- Siva<br /> Sun Certified Programmer for the Java™2 Platform
Originally posted by Sivalingam Sivasuthan:
Hi Rahul,
I've faced the same problem and this is how I’ve resolved it. Check in you WAS's lib there you will find ras.jar put that in your class pathand see.
What I have done is first of all place my java class in the lib and set all the jars to it
These are the most important jars to be in your set classpath=.\j2ee.jar;.\naming.jar;.\ecutils.jar;..\properties;.
Just try out this way and let me know
For me it’s worked. Yet I didn’t find out a way to do it from remote machine...
Hope this would help.
Regards
Siva
Kyle Brown, IBM Fellow, CTO for the IBM CIO Office, Author of Cloud Application Architecture Patterns, The Cloud Adoption Playbook, and many more. See my homepage at http://www.kyle-brown.com/ for the latest updates.
- Siva<br /> Sun Certified Programmer for the Java™2 Platform