Is there any way I know what are all the java actions used iy application?

0
I want to know which all java actions are used in my application. Also if there is any way to remove old/unused library files from my application
asked
1 answers
3

Hi in the modeler you can navigate to Edit > Find Advanced > Search on document > document type: Java action

This will list all the java actions used in the app.

For removing old/unused libs there are a couple of ways, but one is this: GitHub - cinaq/mendix-userlib-cleaner: A simple CLI tool that identifies duplicate JARS in a directory. It can remove them also if desired.

It is a tool that removes duplicate jars. Be carefull to back-up your old Jars since sometimes too much is deleted.

answered