Originally posted by: Shazam
Well, it seems just a little funny that you'd rag on Java's supposed lack of portability (which is untrue) when with C++ you have much larger problems.Yea, I program quite a bit in C++. If you need cross-platform & cross-compiler compatibility, you should pic your libraries with more care. If you do, C++ can be very cross-platform, but with a recompile of course. If I statically link on my platform, I don't have to worry what libraries somebody has when I give it to them
I honestly don't see this. Then again, I'm mostly in the J2EE world. I do have some GUI stuff written in Java (NetBeans, Forte, SmartCVS) that are quite nice that I have never had problems with in relation to the JRE version I am using.One difference in particular, is that for compiled languages, portability is the developers problem, while for Java, in my limited experience, it is the end-users problem.
But apparently, MacOS X has fixed this problem with a shared memory architecture, and the solution just need to be backported to other architectures
Originally posted by: XZeroII
I knew it. I hate Java.
Originally posted by: juiio
Java is great for anything without a UI.