On Jan 3, 2004, at 9:21 AM, Ray Hooker wrote:
This is really starting to piss me off to be honest. The Apple Panther Java
1.4.1 Updater should update the engine on all installed browsers, but of
course it does not. Even Safari still reports Java 1.3.1 Plug-in. So, what
does the Apple Panther 1.4.1 update do if it does not change the browsers to
use 1.4.1?"
I develop our Java products on OSX, and have gone through the various JVM updates. The 1.4.1 updater changes the default Java installation, so if you type "java -version" on the commandline you'll get 1.4.1. You can still use 1.3.1 once you've updated to 1.4, but have to switch all of your environmental variables to point away from the default release. The only way the browsers could continue to use 1.3 after you've installed 1.4 is if they were specifically designed to access that specific JVM instead of using the default path (which is unlikely), or you've got something custom happening with environmental variables that is conflicting with the browsers. If other people haven't seen the same problem, its more likely to be something with your particular environment.
--------------------------------
Michael Czeiszperger
http://www.webperformanceinc.com
Website Load Testing, Stress Testing, and Performance Monitoring Software
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
