How do I persuade Windows to use the JDK of my account instead of default java placed in the system (admin) "Windows\System32" which run java 1.6.
When i tape :
where java
i got the two paths (my java and system one).
when i run echo %JAVA_HOME%
i got my java (1.8) but when i execute java -version
i got the system one (1.6)
How could i erase the system one without having the habilitation to admin.
PS : i cannot acces to admin variables system.