Forum Discussion
arkus_10691
Nimbostratus
Jul 08, 2005multii-dimension array SOAPException
I'm using the SOAP api for iControl v9 within IBM's Rational Application Developer. Things have been going pretty well. (Your XTrustProvider is great!)
Problem: Attempting to invoke L...
arkus_10691
Nimbostratus
Oct 07, 2005C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.1\runtimes\base_v51\java\jre\lib\ibmjsseprovider.jar
When you need to find a class and don't know the package, you usually use Windows Explorer to search jars for the class name. Not high tech, but it works.
If you know the full package class name, then a better option is to run a servlet to search using the classloader hierarchy.
Class theClass = Class.forName("com.xxx.xxx.SomClass");
ClassLoader loader = theClass.getClassLoader();
URL aURL = loader.getResource("com.xxx.xxx.SomClass");
aURL.getFile();
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
