In a my eclipse editor if i want to switch from jdk 1.4 to
jdk 1.6 how to do that???? Initially i have jdk1.4



In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i h..

Answer / kris

open eclipse, select Windows then Preferences. On preferences expand java, then select "Installed JRE" option. Here you can add new JDK and make sure you select it.

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are the rules for variable declaration?

0 Answers  


Can private class be inherited in java?

0 Answers  


What is singleton class example?

0 Answers  


What is the main functionality of the remote reference layer?

0 Answers  


Does treeset allow null in java?

0 Answers  






Are there structures in java?

0 Answers  


What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?

0 Answers  


Name some classes present in java.util.regex package.

0 Answers  


Give the hierarchy of inputstream and outputstream classes.

0 Answers  


What are the Abstract Classes provided by Java?

5 Answers   Oracle,


what is the volatile modifier for? : Java thread

0 Answers  


According to java operator precedence, which operator is considered to be with highest precedence?

0 Answers  


Categories