Can't configure my Webramp 700s

substrate

Registered
I have a Webramp 700s, it's a hardware firewall configurable via a web browser. The problem is that it uses java and it seems that the latest java upgrade from Apple makes mozilla, internet explorer and safari incompatible with it. I had to resort to booting my Windows 2K box to make use of it.

So, here's my question: Can I downgrade my java and if so is it possible to select which java is used in my browsers?

Thanks
 
Open Terminal and type this in to revert back to version 1.3.1;

d /System/Library/Frameworks/JavaVM.framework/Versions
rm CurrentJDK
ln -s 1.3.1 CurrentJDK
 
Back
Top