luben / sctags

Ctags and Etags extractor for Scala
Apache License 2.0
33 stars 4 forks source link

Error: Could not find or load main class . #5

Closed jackcviers closed 6 years ago

jackcviers commented 7 years ago

scala 2.12.3 is on my path

$ which scala
/c/Program Files (x86)/scala/bin/scala

When I run

$ sctags -R ./

from inside a scala project, I get

$ sctags -R ./
Error: Could not find or load main class .
luben commented 7 years ago

Addressed it the last commit. The problem was the spaces in the path to scala. It should handle them correctly now.