Sharon Wallace
Sharon Wallace

Reputation: 1

NetBeans will not clean and build my projects

I am very new to Java. Whenever I try to perform a clean and build for my projects in NetBeans I keep getting the same errors over and over again with every project. unbalanced quotes in -Xbootclasspath/p:'C:\Users\Sharon's Computer\Desktop\ReaderIP2\${endorsed.classpath}' No matter what the project is I still get the same message; I have never been successful in performing a clean in build in the last two weeks that I have been using NetBeans; can you help me with this problem?

Upvotes: 0

Views: 461

Answers (1)

jlordo
jlordo

Reputation: 37813

The quote in Sharon's Computer is causing the problem.

The only solution I can think of is saving your projects in a directory without a quote in the path.

Upvotes: 1

Related Questions