BashOnWindows10에서 Windows 버전의 java.exe를 실행할 수 없습니다. PATH에 있지만 호출이 자동으로 실패합니다. 저의 목표는 WSL에 JDK / JRE를 다시 설치하지 않아도되는 것입니다. Creator의 업데이트를 실행하면서 Windows 응용 프로그램을 호출 할 수있을 것으로 기대했습니다. 왜 이런 일이 일어나고 있습니까? 그러나 Python의 Windows 설치를 성공적으로 시작할 수 있습니다.
세게 때리다
username@PC:~$ which java.exe
/mnt/c/ProgramData/Oracle/Java/javapath/java.exe
username@PC:~$ java.exe
username@PC:~$ <<<nothing happens
username@PC:~$ which python.exe
/mnt/c/Python34/python.exe
username@PC:~$ python.exe
Unable to translate current working directory. Using C:\WINDOWS\system32
Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:25:23) [MSC v.1600 64 bit
(AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
cmd.exe
C:\Users\username>java -version
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)