rapt icon indicating copy to clipboard operation
rapt copied to clipboard

Add the value of javac and java to help debug

Open trajano opened this issue 5 years ago • 2 comments

trajano avatar Jul 03 '19 16:07 trajano

In relation to https://github.com/renpy/renpy/issues/1919

the error I got after putting this in is

I was unable to use javac ("c:\Program Files\Java\jdk1.8.0_211"\bin\javac.exe) to compile a test file. If you haven't installed the Java Development Kit yet, please download it from:

So it seems to get confused with quotes in the path.

trajano avatar Jul 03 '19 17:07 trajano

To be merged in, this requires a corresponding patch to Ren'Py to change the various translations of this string to match the new pattern.

I don't think the quotes thing is a real issue - the quotes shouldn't be there.

renpytom avatar Jul 25 '19 16:07 renpytom