Koen Yskout
Koen Yskout
Thanks for the answers, I feared as much. For now, I'll try to see if layouting in 2 passes could work: first with nodeFlexibility to determine appropriate node sizes, and...
Running webots R2023b, I also got Error 2 of @2Gameboyz when trying to run a Java controller on my Mac M1. Interestingly, the path `/Applications/Webots.app/Contents/lib/controller/java/../../../Contents/lib/controller/libController.dylib` mentioned in the error is...
The maven output shows that you're using the Java 14 JDK; I think that's the problem.
I managed to compile it using jdk8
In case it might be useful for anybody, you can use Docker to **compile** XSTAMPP without polluting your system by installing and configuring and old JDK8. The following worked for...