Skip to content
#

reactos

Here are 27 public repositories matching this topic...

ssepan2
ssepan2 commented Mar 4, 2021

ISSUE:
Manually added, non-project-reference .jar files are not copied to dist/lib. Result is that although app compiles against these .jar files (including Intellisense), and the project runs, when the .jar classes are finally accessed at run time, a 'NoClassDefFoundError' error results: ( ex.: "WT-EventQueue-0" java.lang.NoClassDefFoundError: org/json/simple/JSONObject").
This occurs when run

Improve this page

Add a description, image, and links to the reactos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reactos topic, visit your repo's landing page and select "manage topics."

Learn more