CopyPastor

Detecting plagiarism made easy.

Score: 0.818614669287434; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2015-10-18
by Md. Sajedul Karim

Original Post

Original - Posted on 2014-03-02
by dipold



            
Present in both answers; Present only in the new answer; Present only in the old answer;

The problem occurs when using blank spaces in the project name.
"Run Configurations> Arguments > Program Arguments", insert quotation marks in the project path. i.e.:
--port=8888 --disable_update_check {PATH}\My Project
To:
--port=8888 --disable_update_check "{PATH}\My Project" I found it from [this thread][1]
Thanks a lot

[1]: https://stackoverflow.com/a/22131445/3073945
The problem occurs when using blank spaces in the project name.
"Run Configurations> Arguments > Program Arguments", insert quotation marks in the project path. i.e.:
--port=8888 --disable_update_check {PATH}\My Project
To:
--port=8888 --disable_update_check "{PATH}\My Project"

        
Present in both answers; Present only in the new answer; Present only in the old answer;