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
Answer Posted / 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 View All Answers
Does list maintain insertion order java?
What are operators and its types?
How many threads does a core java have?
How do I enable java in safari?
What is java util list?
Why we use multi threading instead of multiprocessing?
Can we convert stringbuffer to string?
Which language is java?
What is OOP Language?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Is array synchronized in java?
When parseint method can be used?
What is the full meaning of java?
What are the two main uses of volatile in Java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread