1 2 3 4 5 6
#!/bin/sh # # Wrapper to enforce usable Java versions # export JAVA_VERSION=%%JAVA_VERSION%% exec "%%DATADIR%%/bin/pycharm.sh" "$@"