Java Action compilation Failed Error

0
I am getting java compilation error during runtine. what shpould i do.  
asked
1 answers
1

Hi Soham,

 

this probably has to do with multiple jars of the same library. You have to manually clean up the userlib folder by removing duplicates, keeping only the ones with the highest version number. 

Or try and use the userlib cleaner: https://github.com/cinaq/mendix-userlib-cleaner

answered