Closed GoogleCodeExporter closed 9 years ago
Also, the OS version is Server 2003 x86. Not sure if the fact that it isn't
XP/Vista/7 makes a difference.
Original comment by srnty.em...@gmail.com
on 14 Jul 2011 at 7:15
An UnsatisfiedLinkError means that the JVM isn't able to find the definition of
the methods that are declared 'native' as part of the JNI part of the bridge.
However, if it actually couldn't find the .dll, then you would get a different
error. This suggests that it can load the file, but can't get the two
components working together. It's a bit over my head to debug with you, but I
think it might aid diagnostics if you could post what version of java you have,
as that might be contributing to the issue.
Original comment by LukeDic...@gmail.com
on 15 Jul 2011 at 6:23
Java version is 1.6.0_26
Original comment by srnty.em...@gmail.com
on 24 Jul 2011 at 3:29
Same java version, same problem. Tried it with win7 64bit and xp 32bit, both
with 32bit java.
Original comment by peter.si...@gmx.de
on 2 Aug 2011 at 8:42
So much for my Jython bot idea lol.
Original comment by srnty.em...@gmail.com
on 2 Aug 2011 at 3:21
Just tried Java 7. Still the same error :(
Original comment by peter.si...@gmx.de
on 3 Aug 2011 at 9:03
Tried several old java versions (java 6 update 4 and 20). They do not work
either for me... still UnsatisfiedLinkError.
Original comment by peter.si...@gmx.de
on 4 Aug 2011 at 11:24
Found the solution of the problem. Jar file was last changed March 3rd, so it
is still from the old build while the dll is from the new one.
If you build a new jar file from source code everything works fine. Should be
replaced with new jar file in download to prevent confusion of more noobs like
me.
Original comment by peter.si...@gmx.de
on 5 Aug 2011 at 8:49
Thanks Peter, I'll poke relevant people about this.
Original comment by LukeDic...@gmail.com
on 22 Aug 2011 at 10:17
I've put version 0.2.1 up in the downloads section, this should clear up the
problem with the enclosed JAR file.
Original comment by LukeDic...@gmail.com
on 30 Aug 2011 at 2:49
Original issue reported on code.google.com by
srnty.em...@gmail.com
on 14 Jul 2011 at 6:07