Link to home
Start Free TrialLog in
Avatar of gamefan2
gamefan2

asked on

Two versions of JAVA and web applications.

I have a web based JAVA application that requires JAVA 1.31_18.  Unfortunately I have several users who need to use later versions of JAVA.  I know that I can have multiple versions of JAVA on the same PC but don't know how to make 1.31_18 only work with this one particular application and let the latest version work with everything else.  

Thanks
Avatar of Ajay-Singh
Ajay-Singh

Sure. Its quite possible, make sure that you give full path of java binary while running it.
Avatar of gamefan2

ASKER

How do I do this?  Its a web application.
Avatar of Mick Barry
u can specify it in your jnlp
ASKER CERTIFIED SOLUTION
Avatar of ebertk
ebertk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial