How do i get java to install on my windows 10 PC?
installation - Install Java using CMD script - Stack Overflow
Java installer issue on windows 10 - Stack Overflow
Java wont install on Windows 10
Videos
There is a /s option in JRE installer (see here), so basically you can.
However, you will have to somehow download JRE to client's workstation. I suggest using wget for this.
However, you can also use java-to-exe wrappers - JSmooth for example can automagically download JRE for you if it is not installed.
You can make it on a bat file and ship a folder with an embeddable JVM, nevertheless I found using NSIS very effective for shipping swing APPS.
NSIS
I'm not sure but I think you can also build the kind of installer you want.
Make sure you download the version of JDK corresponding to your version of OS (windows 32bit(86) vs 64bit). If you still face this issue, just try restarting the machine (its windows, so why not?) Jokes apart, sometimes it may help. If the issue is still there, just keep an eye on the system process after a restart and then run the installer and check whether you see any new process or not.
This is strange. I suggest you to disable your antivirus, firewall and run the program again. Also have a look at Task Manager and search for the program in processes.
Lastly, reboot your system and enter safe mode. Try running the program again. If the program pops in safe mode then maybe sth is blocking it in normal mode.