Just downloaded the 1.6.6 version and after installing newest Open JDK, I tried to compile my old sketches and got an error. I'm running Ubuntu 14.04.
I then tested with minimal sketch like this:
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
When I hit compile, I get this:
fork/exec {runtime.tools.ctags.path}/ctags: no such file or directory
Google didn't bring up anything related or just some so technical jargon that it just went flying over my head.
So what is wrong, what is the cause and how do I fix it?