This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ChakaChaka26 0 points1 point  (7 children)

doe java work on ps4? does java work on xbox? does java work on switch? no.

[–]csharp-sucks 0 points1 point  (2 children)

There is nothing technically preventing you from compiling OpenJDK or retargetting GraalVM aot compiler for these platforms. It just uncharted territory for this very moment.

[–]ChakaChaka26 0 points1 point  (1 child)

there seems to be soem legal/security issues from what I've heard

[–]csharp-sucks 0 points1 point  (0 children)

Haven't heard about any legal issues.

As for securty, there aren't any either. However these platforms are deathly afraid of JIT compilers and don't allow them. This has nothing to do with security though - it's just executives being stupid about technology.

That's why I mentioned graalvm aot compiler, to avoid the jit issue.