Originally posted by Srikanth Reddy:
The java class file is from Bootstrap entries so i cant change the order.
but i want to force jvm to use a different impl. for that class. Is it even possible?
Sorry, I don't believe so. The bootstrap takes precedence. It can even be used to replace classes of the standard Java runtime libraries. If you need to interpose a class in the bootstrap, you need to change the bootstrap order.
BTW, why aren't you allowed to change the bootclasspath?
Henry
[ December 20, 2008: Message edited by: Henry Wong ]