How to edit Windows Registry Using JNI from 64 bit JVM?
850268Mar 25 2011 — edited Mar 25 2011Ok so I was using ICE_JNIRegistry.dll to edit the windows registry in my application. It works perfectly fine when running from a 32 bit jvm, but I want to know if there is anyway to edit the windows registry from a 64 bit jvm. I have been searching google an answer, but couldn't find a solution. Anyone know how to do this with or without ICE_JNIRegistry.dll?