Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Saturday, August 13, 2016

JAVA_HOME\bin not working solved windows 8

windows+R and type sysdm.cpl

go to advanced


create a new variable(click new)

variable name JAVA_HOME

variable value C:\Program Files\Java\jdk1.8.0_102

then

 
on below section scroll down and find path

select path

click edit

put a semicolon at the end

then write

 
 %JAVA_HOME%\bin

click ok and exit


then open command prompt with administrative rights

setx JAVA_HOME "C:\Program Files\Java\jdk1.8.0_102"



if the command succeed,the issue solved
  

source:http://superuser.com/questions/79612/setting-and-getting-windows-environment-variables-from-the-command-prompt 
 






Wednesday, November 27, 2013

Java not working in Internet Explorer after installing java on Windows 8 solved


I have faced this error,fortunately found the solve.

Reinstall Java using offline version.(just the jre in the second time works for me)

    Go to the Windows offline page


    On the download page, click Agree and Start Free Java Download


    If you've already installed the version, you will see a message, This software has already been installed on your computer. Would you like to reinstall it?


    Click Yes and reinstall,and you are done.


source:https://java.com/en/download/help/ie_tips.xml