mihnita / ansi-econsole

Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
http://www.mihai-nita.net/java/
Other
91 stars 25 forks source link

Not Working in Eclipse 2020-12 #60

Closed scottie-uk closed 3 years ago

scottie-uk commented 3 years ago

I have installed this from the market place on my Eclipse install Eclipse IDE for JavaDevelopers): Version: 2020-12 (4.18.0) Build id: 20201210-1552

I see no colored output and no ANSI button on the console indicating that it may not even be running. Any help with debugging or getting this going would be greatly appreciated.

scottie-uk commented 3 years ago

My Eclipse is installed in C://program files and I was able to overcome the problem by running Eclipse as an administrator, so its a permissions issue.

mihnita commented 3 years ago

Thank you for the update, and sorry for the delay, I didn't have time until week-end.

Did you have to run it as admin only once, and it fixed the problem? Or you have to do that all the time? (so it does not work if you don't run as admin)

I am not doing anything in the plugin that requires admin rights, and I'm not writing anything anywhere. So I suspect an Eclipse thing.

But just in case, can you take a look at the Eclipse error log? Window --> Show View --> Error Log

I will also try it on Windows "C:/program Files". That is not where I normally put it, but I will try :-)

Thanks for reporting, M.

mihnita commented 3 years ago

Duplicate of #61