Tag Archives: MacOS Use MBG reverse engineering Error

MacOS Use MBG reverse engineering Error: The specified target project directory src\main\java does not exist

In MAC environment, \ should be changed to /, windows is
targetproject = “./SRC/main/Java

in Mac OS or Linux, the file directory uses the slash bar/, while Windows uses the backslash bar\

so just change SRC\main\java to Src/main/Java.

Error:

After resolution: