Hi Folks,
I just did a clean install on my system (switching distro's to one that is... more supported). In any case, I installed the latest integrated build but I'm running into a strange error trying to launch a project in dartium. Below is the error I'm receiving within the Dart Editor:
Could not launch browser: java.io.IOException: Cannot run program "~/dart/dart-sdk/chromium/chrome" (in directory "~/dart/dart-sdk/chromium"): error=2, No such file or directory
(Note I replaced my full home directory path in the error above. The actual error is the same but with my home directory instead).
I have verified that the chrome file is in that directory. I tried running from command prompt and receive this:
~/dart/dart-sdk/chromium$ ./chrome
bash: ./chrome: No such file or directory
Again, ls in that directory shows me that it is there and an executable file.
Anyone else run into this issue? Perhaps I just have a corrupt download? Other suggestions?
Thanks,
Matt