9 件の回答
This issue is clearly related with eclipse and SWT frameworks, actually there is a thread open in stack https://stackoverflow.com/questions/20240663/apex-data-loader-error-java-lang-unsatisfiedlinkerror-cannot-load-32-bit-sw-t but proposed workarounds are not easy to implement unless you have some technical skills.The easiestway involves a clean installation of JVM that must match the 32/64 bit configuration used in your machine, try to follow the stackExchange guide:https://salesforce.stackexchange.com/questions/21299/apex-data-loader-error-java-lang-unsatisfiedlinkerror-cannot-load-32-bit-sw-tI encountered several issues in data loader installation but none of them involved eclipse. JVM based application are often suscettible to those issues.Hope I help to solve this issue