Smiley357 Posted June 8, 2012 Posted June 8, 2012 I have two websites that require two different version of java. If I upgrade java to the latest version how can I have the 2nd site use the old version of java? This is for the End User so it needs to be simple. I was going to create a simple bat file that they would click on to open the site with the old version of java. However my command does not work. Does anyone know of a simple way to open a website with a specific version of java?Command:"C:\Program Files\Java\j2re1.4.2_12\bin\java.exe" start iexplore “www.site.com”I wasn’t sure of the correct form to use, so if this is wrong location sorry.
Recommended Posts