Only 1 in 10 Oracle Java users want to stay with Big Red
-
This post did not contain any content.
-
-
[email protected]replied to [email protected] last edited by
Time to bleed legacy companies dry. That's all they can do at this stage.
Game over, man. Game over.
-
[email protected]replied to [email protected] last edited by
I'm guessing 1 out of 10 respondents didn't understand the question.
-
[email protected]replied to [email protected] last edited by
Like that one dentist that doesn't agree toothbrushes are good or whatever.
-
[email protected]replied to [email protected] last edited by
I'm on Linux and have a large variety of Javas to choose from. (Currently having 2 installed in parallel. Don't remember ones name, but the other is Temurin.) Is it different on Windows? Why don't they just switch?
All my private projects compile and run on both and even my favorite old Java game Spiral Knights works after some CLI parameter tweaking for modern JVMs.
-
[email protected]replied to [email protected] last edited by
Openjdk works
-
[email protected]replied to [email protected] last edited by
There's a large variety on Windows too, e.g. Temurin and Corretto are both available there
-
[email protected]replied to [email protected] last edited by
Can use Scala to gradually transition away from java - convert code module by module, interop just works, until eventually no java left, can then compile instead as js, native or even wasm (i recently tried this for my climate-system model which evolved from old java).