Category Archives: Trade

Install Java Zulu 11 for ThinkOrSwim, for Arch Linux

This tip is for Arch or Manjaro Linux users.

The first confusing thing, Java 11 is not the same as Java Zulu 11.

How to install Java Zulu 11? Hopefully you have ‘yay’ or some way to access the AUR.

yay zulu-11-bin

Then see that you have it installed…

ls -al /usr/lib/jvm

Then switch to “zulu-11”

sudo archlinux-java set zulu-11

Check your work…

java -version

Then run ThinkOrSwim as you normally would, something like this…

cd /thinkorswim/
nohup java -jar launcher.jar &