Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

System.getProperty("os.arch") in webstart returns "x86" on amd64 machine

843802Jan 30 2007 — edited Aug 31 2007
Hello,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 28 2007
Added on Jan 30 2007
4 comments
462 views