Compilation of java actions failed.

0
Hello all,   when I am trying to run the app from local got this :compilation for java actions failed error (9.6.3 version)   Buildfile: C:\Users\akondar4\Documents\Mendix\MX_ADNT_WRNT_AN-main\deployment\build_core.xml compile:     [javac] Compiling 261 source files to C:\Users\akondar4\Documents\Mendix\MX_ADNT_WRNT_AN-main\deployment\run\bin     [javac] C:\Users\akondar4\Documents\Mendix\MX_ADNT_WRNT_AN-main\javasource\csv\actions\ExportOQLToCSV.java:35: error: package oql.implementation does not exist     [javac] import oql.implementation.OQL;     [javac]                          ^     [javac] C:\Users\akondar4\Documents\Mendix\MX_ADNT_WRNT_AN-main\javasource\csv\actions\ExportOQLToCSV.java:143: error: cannot find symbol     [javac]         OQL.resetParameters();     [javac]         ^     [javac]   symbol:   variable OQL     [javac]   location: class ExportOQLToCSV     [javac] C:\Users\akondar4\Documents\Mendix\MX_ADNT_WRNT_AN-main\javasource\csv\actions\ExportOQLToCSV.java:167: error: cannot find symbol     [javac]         for (Entry<String, Object> entry : OQL.getNextParameters().entrySet()) {     [javac]                                            ^     [javac]   symbol:   variable OQL     [javac]   location: class ExportOQLToCSV     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] 3 errors BUILD FAILED C:\Users\akondar4\Documents\Mendix\MX_ADNT_WRNT_AN-main\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 8 seconds  
asked
1 answers
0

Here are some of the things that could help:

  1. Update the module from marketplace
  2. Did you open the app in eclipse? If yes, easiest would be to download a latest copy from the team server and try to run that locally

 

If none of the options help, maybe elaborate what changes were made prior to receiving the error.

Hope it helps!

answered