Anyone who's experienced in either JAVA or IE, I've a question for you...
Basically, I need to know if there is a way I can force IE to use jAVA version X when talking to web addess 1 and JAVA version Y when talking to web address 2.
JAVA ver X for website1.
JAVA ver Y for website2.
Any ideas how I can accomplish this? If you don't know, know of any good JAVA forums where they might have an idea?
Alternatively, is there a way I can switch JAVA versions on the fly?
The problem here (obviously) is that I'm having to uninstall and reinstall different flavors of JAVA in order to talk to particular JAVA application servers, and I'm trying to not do that. Any pointers on how I can target the appropriate JAVA client/server so that I don't have to manually uninstall and re-install is really what I'm trying to find. Again, any help or pointers would be appreciated.
Regards,
-Bouncer-








Reply With Quote
. I meant the JVM was backwards compatibly of the JVM itself, not so much backward compatibility of the compiled bytecodes. The code itself is generally forward compatible and the syntax doesn't change. There are additions via new classes and such, which provide more methods.
Bookmarks