Hello lubo_NEW,
Please check your java version, by opening Command Prompt, then type: java -version. There are some cases which the java installers are duplicated by multi version, and perhaps the current java version is incorrect. In my computer, the java version is:
java version "1.8.0_221"
Java(TM) SE Runtime Environment (build 1.8.0_221-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode)
And I can successfully run with that version.
If you have already installed the correct version and still faced the issue, then please open the Command Prompt, change direction to the
"[your OS folder]\MPC574xG_AUTOSAR_OS_4_0_92_RTM_1_0_3\sample\standard\sc1\src"
Then call the below command and check if it can generate configuration file successfully:
[your OS folder]\MPC574xG_AUTOSAR_OS_4_0_92_RTM_1_0_3\ssc\bin\generator\sg.exe sample1_5748G.epc
Best regards,
Hung.