System.getProperty("os.arch") in webstart returns "x86" on amd64 machine
843802Jan 30 2007 — edited Aug 31 2007Hello,
I am really in big trouble. I want to detect the architecture so that I can load the correct library. When I am running from the command line the architecture is detected properly but in webstart it always return x86 even though I am running from amd64 or ia64.
I hope someone can help. Or, if you have any ways to detect the architecture is also fine.