Remix.run Logo
pjmlp 2 hours ago

I don't get the point.

First of all, multiple vendors has always been a thing in Java since the early 2000's.

Second, configuring a couple of environment variables isn't that much of a challenge.

Third, all IDEs have an option to use a bundled JVM, and allow for JVM selection per project.

Finally, for applications the modern way is to build the runtime alongside the application, or AOT compilation.