btagenuine.blogg.se

Salesforce data loader
Salesforce data loader








salesforce data loader

Reasons:Ĭan't load library: /home/vagrant/.swt/lib/linux/x86/libswt-win32-4528.soĬan't load library: /home/vagrant/.swt/lib/linux/x86/libswt-win32.soīy now it should be getting obvious: Something is wrong with this jar.

salesforce data loader

$ /usr/lib/jvm/java-8-openjdk-i386/bin/java -cp dataloader-38.0.1-uber.jar .DataLoaderRunnerĮxception in thread "main" : Could not load SWT library. Of course it doesn’t: $ apt-get install openjdk-8-jdk:i386 The message hints into the direction, that using Debian’s Multiarch features and running an i386 OpenJDK might heal the situation. (LoaderWindow.java:89 ) at .Controller.createAndShowGUI(Controller.java:214)Īt .DataLoaderRunner.main(DataLoaderRunner.java:45) When trying to run the jar on linux anyways, we get a confusing error message: $ /usr/lib/jvm/java-8-openjdk-amd64/bin/java -cp dataloader-38.0.1-uber.jar .DataLoaderRunnerĮxception in thread "main" : Cannot load 32-bit SWT libraries on 64-bit JVMĪt .Library.loadLibrary(Unknown Source)Īt .C. You should have it as a result of following my first article. Our starting point is the uber jar extracted from the Salesforce package. Thanks for my readers for pointing that out! In this article I want to fill this gap and provide instructions how to use the graphical tooling.

salesforce data loader

I failed to see that many other people out there want to use the graphical tooling on Linux as well. Linux was the target platform for batch import jobs back then. I needed them in a concrete project, where we helped a customer to get rid of a commercial integration software. They were the only interesting part for me. When writing my first article, I just focused on using the command line tools. You can use it on Linux without trouble: command line utils as well as the graphical frontend.

salesforce data loader

Salesforce says it’s Windows and MacOS only. Apex Data Loader – is a tool for bulk import and export of data into applications running on the Salesforce platform. This article expands on fixing the graphical tooling as well. In a previous article I wrote about installing and using the Salesforce Data Loader command line tools on Linux.










Salesforce data loader