Page 1 of 1

What did I do wrong here with Java?

Posted: Tue May 01, 2018 7:25 am
by alexcoluzzi32
I had two hard drives with Windows installed on them. Found the one currently set to boot drive with the most recent install and formatted the other. Java had been installed on both. Reinstalled Java on the one remaining drive that boots Windows, reinstalled MakeMKV. Then I noticed this error, had not seen it before. Thank you.

MakeMKV v1.12.2 win(x64-release) started
Debug logging enabled, log will be saved as C:\Users\xps studio 7100/MakeMKV_log.txt
Using direct disc access mode
Saved SD dump file as C:\Users\xps studio 7100/.MakeMKV/dump_SD_DCC6303281512ECDDF4D.tgz
Loaded content hash table, will verify integrity of M2TS files.
Using Java runtime from C:/Program Files (x86)/MakeMKV/blues.jar
DEBUG: Code 193 at o7[[\L7(oq^s;`Ens/:121263866
Failed to execute external program 'java' from location 'C:/Program Files (x86)/MakeMKV/blues.jar'
DEBUG: Code 49494 at -a.=Nw-=>b3(J8C;o&:213138057
DEBUG: Code 0 at -a.=Nw-=>b3(J8C;o&:213129961
DEBUG: Code 0 at @[$d9h$m^j}pnN{ D,z.:121264648

Re: What did I do wrong here with Java?

Posted: Tue May 01, 2018 10:02 am
by d00zah
The java path doesn't look like it's referencing the correct executable... on the 'Protection' tab, try browsing to 'C:/Program Files (x86)/java/bin/java.exe', or wherever java's installed on your machine.

Re: What did I do wrong here with Java?

Posted: Tue May 01, 2018 7:25 pm
by jonghotti
I have the same question. Looks like we both has our paths set incorrectly.

Re: What did I do wrong here with Java?

Posted: Tue May 01, 2018 7:38 pm
by d00zah
Y'know, I've never seen that path before, but examining the contents of the referenced blues.jar, it contains blues.policy:

grant {
permission java.security.AllPermission;
permission java.lang.RuntimePermission "blues";
};

Is it possible Mike has rolled a java implementation into the last update? I don't 'speak' java, but know there was a thread requesting this.

edit: probably not...