|
> Occasionally we determine in our Java code whether we are > running on an iSeries or on some other platform by looking at > the system property "os.name" like so: > > if (System.getProperty("os.name").equals("OS/400")) { > do something; > else { > do something else; > } I thought Java was write once, run anywhere. You mean one needs to know that platform one is running on and do things differently because of it? I'm shocked! <g> -- Jeff Crosby Dilgard Frozen Foods, Inc. P.O. Box 13369 Ft. Wayne, IN 46868-3369 260-422-7531 The opinions expressed are my own and not necessarily the opinion of my company. Unless I say so.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.