Non riesco a eseguire la versione Windows di java.exe da BashOnWindows10. È presente nel PERCORSO, ma l'invocazione fallisce silenziosamente. Il mio obiettivo è evitare di dover installare nuovamente JDK / JRE in WSL. Mentre eseguo l'aggiornamento del Creatore, mi aspettavo di poter invocare qualsiasi applicazione Windows. Qualche idea sul perché questo stia accadendo? Sono comunque in grado di avviare correttamente l'installazione di Windows di Python.
bash
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)