Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Do I / Can I Upgrade Java from Eclipse?

I'm brand new to JAva/Eclipse/Android but gearing up! I've got everything installed and working but want to know how Java is upgraded. Can it be done through Eclipse? I noticed that the JDK install wants to create a new folder each time based on its version. I'll do whatever is needed but appreciate your input to get me started.

like image 440
Freddo Avatar asked Dec 28 '22 19:12

Freddo


1 Answers

Just install JDK the usual way. The new folder is not a problem. Once you've installed the JDK, you can instruct Eclipse to use it by Window > Preferences > Java > Installed JREs. You can add or edit the installed JREs over there. If you choose Edit, you just have to change the home directory and the name.

like image 158
BalusC Avatar answered Dec 30 '22 09:12

BalusC