A jar file is a java archieve. A JRE is runtime environment for such a file, which it depends on. Without any kind of java runtime environment, you cannot.
However though, there are lot of environments that already have it, so you don't necessarily have to separately install it.
JDK/SDK is not needed.
Note that converting jar file to an exe won't change the fact that it still needs java runtime environment to run.