---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi All, The middleware that I intend to use, has its own implementation of org.omg.CORBA classes. These classes are also present in JDK1.2.2's rt.jar. When my servlets try to use these classes, they end up using the ones present in JDK1.2.2's rt.jar. Is there a way I can prevent this, and point to my classes for the servlets. (I tested out a slight variation of the servlet on the commandline, it has to be executed with java -Xbootclasspath:...... , is there a way we can do the same in the servlets too?) I am using. Apache JServ 1.1, JSDK 2.1 and JDK 1.2.2 on NT (Service Pack 4). Thanks. Vishal. -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
