I am getting an error in eclipse with regards to my win32com.dll file. From the error it would appear I am trying to use a 32-bit .dll instead of a 64-bit, but unfortunately I haven't been able to find a 64-bit win32com.dll file anywhere and I'm at a loss at how to proceed. I literally downloaded Eclipse tonight and this is my first time writing in Java, so please be gentle.
Thanks!
Error loading win32com: java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre6\bin\win32com.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
EDIT: I think Java discontinued support of the Java Communications API, but I'm not really sure what else to do to fix this. Can anyone point to a good serial port Java example? I haven't been able to find one anywhere...