problems with adding jMTP API for 64 bit OS

521 views Asked by At

i downloaded jMTP library for java but when i add it like every .jar file i get so many compilation errors so i researched for solutions and i found that the library does not support 64 bit JVM because of dll file who supports only 32 bit, so i switched my JVM to 32bit, much of errors are gone but i still have one error:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at Jmtp.main(Jmtp.java:14)

notice that their is no syntaxe error, the code who is compiled i get it from Stackoverflow and he works perfectly.

please guys i need your help, any solutions....

0

There are 0 answers