Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal character '\u000' expected but eof found. #335

Open
Tudor44 opened this issue Apr 8, 2017 · 1 comment
Open

Illegal character '\u000' expected but eof found. #335

Tudor44 opened this issue Apr 8, 2017 · 1 comment

Comments

@Tudor44
Copy link

Tudor44 commented Apr 8, 2017

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.

@faymek
Copy link

faymek commented Jul 26, 2017

The same question. I used PowerShell :

echo 'addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.1.0")' > project/plugins.sbt
sbt

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants