Hi, Seems there is no system property set that would allow to get the 32/64 bit cpu architecture Both Sun and IBM vm's provide such an info, but I suppose this is not required by the specs. However it is used on many systems like Eclipse and others to figure out which native library to load for example (32 or 64 bit).
Is there anything that can be used at runtime for obtaining such an info except deducting that from the os.arch property? Regards -- ^(TM)