Here's a temporary fix for you to use in Safari. Using the debug menu, change the user agent to MAC MSIE 5.22. You can use Netscape 4.79 as well but not all of the java features are available.
Type the following command in Terminal (while Safari is NOT running):
Code:
% defaults write com.apple.Safari IncludeDebugMenu 1
Then relaunch Safari.
The debug menu has some useful options on it, so you may find this a very useful hack. If you ever wish to disable it again, just repeat the command with a "0" instead of a "1".