Compilation of java action failed (version 9.19.0)

0
Buildfile: C:\Users\manikandan.r\Documents\Mendix\LearnNowModule6-main\deployment\build_core.xml compile:     [javac] Compiling 65 source files to C:\Users\manikandan.r\Documents\Mendix\LearnNowModule6-main\deployment\run\bin     [javac] C:\Users\manikandan.r\Documents\Mendix\LearnNowModule6-main\javasource\languageswitcher\actions\JA_Language2Enum.java:15: error: package communitycommons does not exist     [javac] import communitycommons.Misc;     [javac]                        ^     [javac] 1 error BUILD FAILED C:\Users\manikandan.r\Documents\Mendix\LearnNowModule6-main\deployment\build_core.xml:30: Compile failed; see the compiler error output for details. Total time: 2 seconds
asked
2 answers
0

Hi Manikandan Raja,

Please download the latest version of communitycommons from marketplace.

answered
0

The error message implies that the Community Commons module is not present. Use the marketplace button in the top right of Studio Pro to find and download it. Do not move or rename the module once downloaded.

Your Java Action should now be able to find the missing file.

I hope this helps.

answered