Java Version
I am running an oracle forms application.
The problem I am having is if a user has a newer version of the JRE installed on their PC my app seems to pick this version instead of the one that my app tries to force.
It seems like my users upgrade JRE and I don't want them to and then they get weird errors and such.
Is there a way for my form application to force a PC to use a specific version of JRE?