You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ $JAVA_OUT = *"PgJDBC driver is not an executable"* ]]; then
exit 0
fi
if [ $EXIT_CODE -ne 0 ]
then
java -version
echo 'ERROR: postgresql.jar not working download the jar for your java version eg. `./get-postgresql.sh 9.4.1212.jre7` see "https://jdbc.postgresql.org/download.html".'