JRE Versions

I am deploying a Java application soon, but I am running into a problem. To deploy the application I need to install the jre on the users machines for them to run the application. The problem is that I developed the application in JDK 1.4, and half of the users have jre1.1.7 installed on their machines because of some thord party software. I can not alter the version on their machines, but I need them to be able to run both the third party application and my application.

Can someone give me some ideas on how I can accomplish this?

thanks

berg

[580 byte] By [berg1375] at [2007-9-26 1:42:44]
# 1
It is possible to have two versions of the JRE on a single system, and it's particularly easy if one of the versions is pre-1.2. Try it on a test machine to see what you need to do to avoid messing up your clients.
DrClap at 2007-6-29 2:35:59 > top of Java-index,Archived Forums,Java Programming...