PDA

View Full Version : ADOM II - Windows 7 64 bit?



mtyson
03-15-2012, 10:29 PM
When I try to run the .jnlp, it fails and the details say it can't find a 32 bit linked dependency.

Anyone have it running in 64 bit? Or is the only option a VM?


Here's the error:


java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.UnsatisfiedLinkError: ...\Sun\Java\Deployment\cache\6.0\ext\E13318378220 96\j2re-installer.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.sun.webstart.installers.Main.install(Main.java :156)
at com.sun.webstart.installers.Main.main(Main.java:55 4)
... 9 more

gut
03-15-2012, 11:34 PM
i have run adom2 on 64bit win 7. it worked fine for me. just make sure you have the latest
java version, and your firewall is open, and it should work.

mtyson
03-16-2012, 12:52 AM
ok, I had downloaded the file and run it. I need to select 'Open' from the browser dialog.

Also, switched to FF (instead of Chrome).

Thanks!