Describe the bug
Trying to Start the Simulator in RustRover 2024.2 EAP via WSL2
To Reproduce
Create a project in RR 2024.2 EAP in WSL2
Configure Wokwi with minimal setup
Click Start Simulator
Expected behavior
The simulator runs
Screenshots
Additional context
I'm trying to run a simple ESP-IDF project via RustRover, have it working and flashing to the device fine, but I came across Wokwi, and thought I'd give it a try, however when I click Start Simulator I get the above error.
The JVM that RustRover starts on WSL2 is this version:
$ /tmp/pid.2721558.temp.jbr/bin/java.bin -version
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment JBR-17.0.11+1-1207.24-jcef (build 17.0.11+1-b1207.24)
OpenJDK 64-Bit Server VM JBR-17.0.11+1-1207.24-jcef (build 17.0.11+1-b1207.24, mixed mode)
which appears to mention jcef, so would expect it to contain it.
Describe the bug Trying to Start the Simulator in RustRover 2024.2 EAP via WSL2
To Reproduce
Expected behavior The simulator runs
Screenshots
Additional context I'm trying to run a simple ESP-IDF project via RustRover, have it working and flashing to the device fine, but I came across Wokwi, and thought I'd give it a try, however when I click Start Simulator I get the above error.
The JVM that RustRover starts on WSL2 is this version:
which appears to mention jcef, so would expect it to contain it.