Linked by Thom Holwerda on Tue 5th May 2009 08:41 UTC, submitted by Moulinneuf
Thread beginning with comment 361822
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: I'm currently downloading it.
by SReilly on Tue 5th May 2009 11:33
in reply to "RE[5]: I'm currently downloading it."
I know what you mean, believe me but one thing you should be aware of is that the whole Java "right once, run everywhere" myth is nothing more than that, a myth.
The sheer amount of times that I have hear people complain about java apps using native system libraries is more often than I'd like, I'll tell ya.
RE[7]: I'm currently downloading it.
by marcelkoopman on Tue 5th May 2009 11:36
in reply to "RE[6]: I'm currently downloading it."
I know what you mean, believe me but one thing you should be aware of is that the whole Java "right once, run everywhere" myth is nothing more than that, a myth.
The sheer amount of times that I have hear people complain about java apps using native system libraries is more often than I'd like, I'll tell ya.
The sheer amount of times that I have hear people complain about java apps using native system libraries is more often than I'd like, I'll tell ya.
If that is the case, then you are referring to bad development skills. If these developers write applications agains the principle of write once run everywhere, then you are a bad developer. So again this is not a issue of Java but an issue of development and insight in what you are doing.






Member since:
2007-03-23
I understand your point of support. However you are I believe referring to application support instead of OS support. You could view it as a lack of development insight to write applications that are tightly coupled to a certain OS. This is why JAVA is so important, write once run everywhere. But this doesnt help you I know. Just my two cents.