You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It downloads many .jar files then occur the errors below:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[error] [F:\Scala\hello-world\project\plugins.sbt]:1: illegal character '\u0000'
[error] [F:\Scala\hello-world\project\plugins.sbt]:2: illegal character '\u0000'
[error] [F:\Scala\hello-world\project\plugins.sbt]:3: illegal character '\u0000'
[error] [F:\Scala\hello-world\project\plugins.sbt]:3: ')' expected but eof found.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
If retry ,the same errors. If quit, it shows: [warn] Ignoring load failure: no project loaded.
I have this error when I try to run sbt command in my cmd with windows 10. My plugin.sbt file is in {projectName}/project/plugins.sbt.
Thank you in advance.
The text was updated successfully, but these errors were encountered: