Default [MOD]Java SDK, How to get it to work

Java SDK can be installed on windows 8,

Unfortunately The Java.exe is not automatically added to path's, this is how to do it

How to get it work?!

Go to Control panel --> System and security --> System --> Advanced settings --> Environment Variables --> Path

And add your java to the path

;C:\Program Files\Java\jdk1.7.0\bin

(As Windows 8 DP, does not add java to its path you need to add it manually)

And now that should make you able to use your Java apps to work properly