Actually i need to install a Java SDK 1.4 but my mac shows Java SDK 16 available. if i install 1.4 what will happen ? whether it is possible to have both ? because of this may be any affect in mac ? please advise me
Thanks,
Maheswaran
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In general, yes two JDKs can co-exists. Which JDK will be used, will depend on way your application uses java. If its using some env variable (Like JAVA_HOME or JDK_HOME) then you need to set at variable to correct path.
There are certain applications like (Applet) which does not use env variable to locate java runtime. Check this link for Java on Mac