For anyone trying to install JtterbitStudio 9.3 on Ubuntu 18.04, I prepared a recipe and I though on shearing it here. I haven't got the time to test thoroughly but seems to work ok.
First you need java (In case you don't have it already):
sudo add-apt-repository ppa:webupd8team/java;
sudo apt-get update;
sudo apt-get install oracle-java8-installer;
sudo apt-get install oracle-java8-set-default;
java -version;
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
In short, no. Linux is not supported for our (Jitterbit) desktop studio. It will be supported for the cloud studio that is in the works, though (since that will be web based).
For anyone trying to install JtterbitStudio 9.3 on Ubuntu 18.04, I prepared a recipe and I though on shearing it here. I haven't got the time to test thoroughly but seems to work ok.
First you need java (In case you don't have it already):
NOTE: put these in your .profile or .bashrc
Once Java is installed you need to download Jitterbit Studio for Mac OS X:
We are going to need dmg2img to convert the dmg package into a usable filesystem image in order to mount it.
copy the "Jitterbit Studio 9.3.app" directory to it's final destination (I used my home directory):
Edit the startup shell script:
and run it:
Hope this helps some one.