java - Add native dll file to intelliJ -


so have dll need implement in java project in intellij tried in dependecies tab. got error in console:

can't load ia 32-bit .dll on amd 64-bit platform 

btw, have intel processor.

it sounds you're running 64 bit version of intellij and/or jdk , library compiled 32 bit.

you either need new version of library 64 bit or contact jetbrains see if there 32 bit version of intellij on windows.

and side note - "amd 64" 64 bit variation on x86 chips. 32 bit chips done intel. both intel , amd came out 64 bit chips @ same time. intel made 64 bit chip incompatible 32 bit chips. amd made them compatible. why don't hear itanium chips anymore. intel chips use amd64 architecture error referring to.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -