Community
Participate
Working Groups
Build Identifier: M20100909-0800 JavaRuntime.initializeVMs includes one extra step comparing to ScriptRuntime.initializeInterpreters - if no VMs are installed, it iterates through all VM types and tries to call IVmInstallType.detectInstallLocation. The same should be performed in ScriptRuntime in order to provide an ability of automatic discovering of installed interpreters Reproducible: Always Steps to Reproduce: 1. Open ScriptRuntime.initilializeInterpreters 2. Open JavaRuntime.initializeVMs 3. See that there is no way to implement auto-detection
Created attachment 185054 [details] Patch which fixes an issue This patch adapts corresponding code from JavaRuntime taking into account multi-language nature of DLTK
Committed. Thanks