Je ne peux pas exécuter la version Windows de java.exe à partir de BashOnWindows10. Il est présent dans PATH, mais l'invocation échoue silencieusement. Mon objectif est d'éviter d'avoir à réinstaller JDK / JRE dans WSL. Alors que j'exécute la mise à jour du Créateur, je m'attendais à ce que le logiciel puisse appeler n'importe quelle application Windows. Des idées pourquoi cela se produit? Je suis cependant capable de lancer avec succès l'installation Windows de Python.
frapper
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)