While find the java_sdk_home path in enviroment, this path split not support windows: ``` def self.path_elements return [] unless ENV['PATH'] ENV['PATH'].split (/[:;]/) end ``` which will get such `\Program\Java\jdk1.8.0_221\bin` path in windows
While find the java_sdk_home path in enviroment, this path split not support windows:
which will get such
\Program\Java\jdk1.8.0_221\binpath in windows