Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE's Java runtime (1.8u111) is outdated - this may cause stability issues. Please update to 1.8.0u112 or newer while opening PhpStorm in Ubuntu 16.10

Tags:

phpstorm

I recently updated PhpStorm to latest version 2017.1 and I get following message while starting PhpStorm

IDE's Java runtime (1.8u111) is outdated - this may cause stability issues. Please update to 1.8.0u112 or newer

like image 564
karthickeyan Avatar asked Mar 24 '17 04:03

karthickeyan


2 Answers

Start the IDE, use Help | Find Action (Ctrl+Shift+A or Cmd+Shift+A on Mac), type "Switch IDE Boot JDK", press Enter.

like image 163
Tall Liou Avatar answered Oct 18 '22 18:10

Tall Liou


But If you don't have the latest JDK, download it from: Download latest JAVA JDK here

And then select the "IDE BOOT JDK" like Tall Liou told.

like image 39
Roga Men Avatar answered Oct 18 '22 16:10

Roga Men