mkl-public / testarea-pdfbox2

Test area for public PDFBox v2 issues on stackoverflow etc
Apache License 2.0
82 stars 44 forks source link

Error on execute #10

Closed silfar closed 3 years ago

silfar commented 3 years ago

Capturar Hello, I'm trying to run the tests and I always get the error attached. Can you help me ?

mkl-public commented 3 years ago

The stack trace says that it cannot find mkl.testarea.pdfbox2.extract.ExtractBoxedText. But that is the class the test you show above is in. Thus, either your IDE has incorrectly loaded the project, or you start the test incorrectly, or you have changed the project in a relevant way.

silfar commented 3 years ago

This is strange, I didn't change the project, I'm using vscode as an IDE.

mkl-public commented 3 years ago

I'm afraid I cannot help with vscode; I haven't had more than a quick glance at it, and I have not used it at all with Java.