beehive-lab / TornadoVM

TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
https://www.tornadovm.org
Apache License 2.0
1.15k stars 109 forks source link

Can not install temurin-jdk-21 on windows using installation script #471

Open andrii0lomakin opened 6 days ago

andrii0lomakin commented 6 days ago

If I run the installation script on Windows with JDK temurin-jdk-21 I get the result:

JDK {jdk} not configured for this OS/ machine configuration: {self.osPlatform}/ {self.hardware}

Also, installation instructions are incorrect on Windows, at least on my machine, I need to run

python  ./bin/tornadovm-installer

Not just the installer command.

jjfumero commented 6 days ago

Thanks @andrii0lomakin for the report. We haven't included Temurin for Windows. Contributions are very welcome ;-)

andrii0lomakin commented 6 days ago

Would it not be reasonable to add a warning and exit in such a case? In general, the installation routine is quite user-friendly.