Hi Shivaji,
A quick but effective way to solve issues like this is to completely clear the userlib and vendorlib folders, and then re-import all the necessary Marketplace modules.
Keep in mind: if you've made changes to any Marketplace module, re-importing it will overwrite those changes. That’s why it's best practice not to modify Marketplace modules directly. Still, if changes were made, be sure to check for them before proceeding.
If there are changes in your marketplace modules that you want to keep, create a new dummy Mendix app and import all required Marketplace modules into it. Then, copy the userlib and vendorlib contents from the dummy app and paste them into the app you're trying to fix.
Hi Tim Verlinde,
Thanks for the detailed explanation!
As suggested, I created a new Mendix application and imported both the Community Commons and OPC UA Connector modules from the Marketplace. I then copied the contents of the userlib and vendorlib folders from the new app into my original application.
However, even after doing this, I’m still encountering a Java dependency error during the build process. Do you have any suggestions on what else I could check or try to resolve this issue?
Appreciate your support!