Posted By:
Nathan_Meyers
Posted On:
Thursday, August 2, 2001 05:52 PM
Java isn't really "write once, run everywhere", it's "write once, test everywhere". You need to test your application on AIX to check for any non-portable assumptions in your code or bugs in the AIX Java environment.
You don't need to recompile on AIX. If you have problems, they will be because of the code or the Java environment, not because of what system you compiled on.