Java does not work

When ever I start my java it just tell me to download it again, and I do it but after I download it again and I try to start it I tells me to download java again. I have tried to uninstall and install java but it does not work. pls help me
 
Back to the top: what to YOU MEAN by saying Start Java? Technically, there is nothing to start. Your RUN the Java compiler or Applet and/or you enable the browser to use an applet. The JRE (Java Runtime Environment) must be configured and the Class Path defined in all cases.
 
Back to the top: what to YOU MEAN by saying Start Java? Technically, there is nothing to start. Your RUN the Java compiler or Applet and/or you enable the browser to use an applet. The JRE (Java Runtime Environment) must be configured and the Class Path defined in all cases.
when I try to open it with optifine the it doesnt work
 
when I try to open it with optifine the it doesnt work
Optifine??? who / what is that?

First, Install Java
then get a command prompt and enter java -version
you should get something like
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) Client VM (build 25.131-b11, mixed mode, sharing)​
If so, Java is installed correctly, if not, you've made a mistake

Now verify that your browser can access Java:
Launch IE (Chrome & Firefox do NOT support Java)

Paste into the URL: https://www.java.com/en/download/installed8.jsp
and follow the instructions-- click the Verify button
 
Last edited by a moderator:
Back