1

Starting fairly recently whenever I open the Minecraft launcher I get this error message

Invalid url: '/home/kailas/Downloads/Minecraft.jar' given, exiting
No ':' in the uri

What does this mean? I use Ubuntu 14.04.

wjandrea
  • 14,236
  • 4
  • 48
  • 98

1 Answers1

1

It looks like your program expects something in the form of :

file:///home/kailas/Downloads/Minecraft.jar

For more information on url syntax, read this wikipedia article.

muru
  • 197,895
  • 55
  • 485
  • 740
hmayag
  • 2,246
  • 5
  • 21
  • 23