This is the code I have:
Code:
program testing;
{$DEFINE SMART8}
{$i SRL-OSR/srl.simba}

begin

  SetupSRL;

end.
When I press Start, a command prompt pops up and quickly closes - I've taken screenshots at the right time and it says

Error: Could not find or load main class Files
I've tried changing the 'java.exe' in SmartParams.simba to 'C:\Program Files\Java\jdk1.7.0_60\bin\java.exe'. I tried jdk1.7.0_60, jdk1.8.0_05, jre7, jre8. All of them give me the same error. Hope someone can help me out, thanks!