For a school project about E.V chargingstations with OCCP communication. I have to Set up a network and use openscource programs.
One of the requierd programs is: Maven v3.9.1 Once I try to run the code in VisualStudio I get the following error massage: Invalid escape character in string, jsonc
The code
{
"workbench.colorTheme": "Default Light+",
"git.path":"C:\Users\de Blaaij\Desktop\OCCP\apache-maven-3.9.1\bin\mvn.cmd"
}
The error
Value expected
Invalid escape character in string.
Used software for the project
- https://maven.apache.org/
- https://github.com/steve-community/steve
- https://github.com/sap-labs-france/ev-server
- https://mariadb.org/
I'm using windows
I have worked trough the readme files of the program and the related readme file from the opensource software. A fellow student also helped me out here, but we can't get rid of this error.
If anyone knows a way to fix this problem, I be happy to hear it.