You should have Docker and a Scala IDE working properly on your computer.
Do you have one of these errors ?
Extracting Structure Failed
Cannot determine Java VM executable in selected JDK
This will solve your problem: do this Beware : For Spark code, we have to use Java 17 (JDK17) or inferior, otherwise you'll have this error
Now, you can restart the SBT shell using the button with the arrows.
[success] Total time: 31 s
After a successful restart you can execute run
or test
commands.
Take time to read and install
https://docs.docker.com/get-started/overview/
docker --version
Docker version XX.XX.XX
https://docs.docker.com/compose/
docker compose --version # Or docker compose --version
docker compose version X.XX.X