#!/bin/sh
export _JAVA_OPTIONS='-Dsun.java2d.opengl=true'
export J2D_PIXMAPS=shared
export _JAVA_AWT_WM_NONREPARENTING=1
export JAVA_HOME="/usr/lib/jvm/zulu-8"
export PATH="$JAVA_HOME/bin:$PATH"
~/thinkorswim/thinkorswim
