#!/bin/bash
# Google gemini solution to webswing software not dealing with spaces in jreExecutable property
# This script ensures java executable path is correctly quoted for paths with spaces
"$JAVA_HOME/bin/java" "$@"