following the instructions in the quick start guide and the README for the simpleclient, the command fails when run on windows.
run.bat localhost 31000 dynamicportfolio "select * from tables"
This part of the run.bat is incorrect:
rem Second one adds the Teiid client
set TEIID_PATH=../lib/teiid-7.5.0.Final-client.jar
should be:
rem Second one adds the Teiid client
set TEIID_PATH=../../lib/teiid-7.5.0.Final-client.jar