Hi,
what can I do having two (Client/Web-Server) applications requesting
different Java Versions at the client site?
Example:
Application A needs Java 1.3 at the IE client.
Application B needs Java 1.4 at the IE client.
This is a general question, but if you need more details let's take
WinXP and IE 6 as an example.
Thanks a lot for any hints.
Best Regards,
Volker
Michael A. Lee - 05 Apr 2005 20:32 GMT
> Hi,
>
[quoted text clipped - 12 lines]
> Best Regards,
> Volker
Java 1.3 apps should be somewhat compatible in the 1.4 enviornment. Is
there a specific error? Can the java app/applet be recompiled?
In a worse case scenario where each app/applet cannot be modified.
perhaps a script that modifies your path and classpath environment
variables prior to bringing up the application?