Home > Back-end >  The idea of Java environment configuration problems
The idea of Java environment configuration problems

Time:11-21

Open the idea to start the project for the first time can normal boot, but after starting an error
Error: always run the program "G: \ \ program Files \ Java \ jdk1.8.0 _191 \ bin \ Java exe" (in the directory "C: \ Users \ Liucl \. IntelliJIdea2019.3 \ system \ the compile - server") : Malformed argument has embedded quote: - Djava. Endorsed inside. Dirs=\ \ ""

Then cannot compile heat, even close the project restart cannot start; Can shut down the idea of software to open again to start the project; Not a maven project; To uninstall reinstall the solution idea also not line,

CodePudding user response:

Help - & gt; Edit the Custom VM Options
Add the following line:
- Djdk. Lang. Process. AllowAmbiguousCommands=true
Restart the IDEA.

CodePudding user response:

May not be the idea problem, reinstall try to install the JDK,

CodePudding user response:

The VM options on your project to empty

CodePudding user response:

The building Lord solved

CodePudding user response:

Replace JDK version
  • Related