This is the code I have:
When I press Start, a command prompt pops up and quickly closes - I've taken screenshots at the right time and it saysCode:program testing; {$DEFINE SMART8} {$i SRL-OSR/srl.simba} begin SetupSRL; end.
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!Error: Could not find or load main class Files


Reply With Quote