Open lightspot21 opened 4 months ago
From MHC documentation (https://developerhelp.microchip.com/xwiki/bin/view/software-tools/harmony/archive/mhc-overview/) the command to launch is:
java -jar mhc.jar -mode=gui -fw=../,
java -jar mhc.jar -mode=gui -fw=../
The -fw argument must include the slash. Otherwise MHC won't be able to resolve the framework path as a directory and will state that the DFP path is invalid although it actually is not!
From MHC documentation (https://developerhelp.microchip.com/xwiki/bin/view/software-tools/harmony/archive/mhc-overview/) the command to launch is:
java -jar mhc.jar -mode=gui -fw=../
,The -fw argument must include the slash. Otherwise MHC won't be able to resolve the framework path as a directory and will state that the DFP path is invalid although it actually is not!