What did I do wrong here with Java?

Everything related to MakeMKV
Post Reply
alexcoluzzi32

What did I do wrong here with Java?

Post 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
d00zah
Posts: 1414
Joined: Mon Jun 06, 2016 8:23 pm

Re: What did I do wrong here with Java?

Post 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.
jonghotti
Posts: 989
Joined: Tue May 01, 2018 7:04 pm
Location: San Francisco Bay Area
Contact:

Re: What did I do wrong here with Java?

Post by jonghotti »

I have the same question. Looks like we both has our paths set incorrectly.
The Original "UHD Friendly" Drive Seller
https://www.makemkv.com/forum/viewtopic ... 20&t=17829
d00zah
Posts: 1414
Joined: Mon Jun 06, 2016 8:23 pm

Re: What did I do wrong here with Java?

Post 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...
Post Reply