Hacker News new | ask | show | jobs
by robotnikman 2250 days ago
Java is pretty good when it comes to being cross platform
1 comments

No it isn't!

Sure, you can run some sort of Java VM on a lot of platforms. That's no big distinction, you can say the same about Javascript, Python, Lua and so on.

Once you enter the realm of graphical applications, it's a clusterfuck, just like any other "cross-platform" thing.

Does Swing not run pretty much the same on Mac, Linux, and Windows?
Yes, it sucks on all these platforms equally badly.