java 8 - Can't update JAVA_HOME in Ionic -


so have updated jdk version 8.0 or greater , confirmed on terminal java -version. when run command ionic build android, still has java_home set previous jdk, 7.0. did change in /etc/environment , yes, afterwards used source /etc/environment/.

anyone know how update java_home ionic?

it mistake in path set java_home.

i changed following

java_home=/usr/lib/jvm/java-8-oracle


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -