corpnewt / ProperTree

Cross platform GUI plist editor written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It reports error in Java 11 env,

andytang2008 opened this issue · comments

It reports error in Java 11 env,
%JAVA_HOME%\jre\bin was unexpected at this time.

java 11 didn't have jre folder.

Sounds like an issue with the .bat scripts' PATH reconciliation. I can't really be sure - but I would chance a guess that your PATH var may be malformed. You can try starting the ProperTree.command with python directly by first cd'ing into its directory, then running python ProperTree.command and seeing if that starts it.

-CorpNewt