I'm making a first foray into UNO and after failing in my main attempt (bootstrapper issues) I've gone right back to basics and I'm trying to follow the beginners guide
https://wiki.openoffice.org/wiki/Documentation/DevGuide/FirstSteps/First_Contact#AntBuildScript
I am running Java on eclipse on Windows 7 64 bit. I have modified the build.xml for Windows (and Office 4) and although I'm no expert I think I've done it successfully - the application builds and tries to run.
Initially I got an error -
Exception in thread "main" java.lang.UnsatisfiedLinkError: no unowinreg in java.library.path
I copied unowinreg.dll from the sdk to the system32 folder and now I get this error
unowinreg.dll: can't load ia 32-bit .dll on a amd 64-bit platform
I can't find anything on this error since 2012 but I'm assuming there must be a way to run uno api on windows 64 ? The sdk I downloaded is 4.1.1 so it is current. Am I using an old approach and need to try something different or ?!
Thanks.