Hi,I’ve just started working on my first learning path, and I’m currently at step 2: "Create an App". Unfortunately, I’m already running into an issue. When I try to run the project locally (using the green "Run locally" button) as described in section 2.2.1, I get the following error: C:\Users\patri\Mendix\SLATaskApp-main\javasource\mendixsso\implementation\utils\MicroflowParameter.java:77: error: cannot find symbol if (objectType != null && Core.isSubClassOf(SYSTEM_USER, objectType)) { ^ symbol: method isSubClassOf(String,String) location: class Core Note: C:\Users\patri\Mendix\SLATaskApp-main\javasource\mendixsso\implementation\ContinuationURLManager.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compile'. > Compilation failed; see the compiler error output for details. * Try: > Run with --scan to get full insights. BUILD FAILED in 2s Do you have any idea what might be causing this and how I can fix it? I'm using Mendix Studio Pro 11. Thanks in advance!
asked
Patrick Ridderhof
2 answers
1
I think the Learning Path courses are still using Mendix 10. It should say on the "Create An App" page which version of Studio Pro to use.
I hope this helps. Good luck!
answered
Robert Price
0
Ah, my bad... That makes sense haha. Will try that. Thanks!