I have a Scala file in "..sbt\src\main\scala.."
When I use the "run" command , I get an "access denied" error:
run [info] Updating {file:/C:/Users/<>/Desktop/Spark/spark_disk/sbt/}sbt... [trace] Stack trace suppressed: run last :update for the full output. [error] (:update) java.io.FileNotFoundException: C:\Users\<>\Desktop\Spark\spark_disk\sbt\ivy.sbt.ivy.lock (Access is denied)
I checked all the permissions and I seem to have "full control" access and running in Administrator mode also gave me the same error. So I am not sure what this error refers to.