I am using Eclipse Luna SP2 for Java EE to develop JavaScript. From time to time (basically a .js file opens, but also for some kind of timer), I get the following pop-up error
An internal error occurred during: "Synchronizing script resources with Tern server...".
loader constraint violation: loader (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader)
previously initiated loading for a different type with name "org/apache/http/HttpEntity"
I donβt need the Tern functionality, and I would like to disable it or at least get rid of the pop-up error
I searched googled but could not find any relevant information. At the moment, I tried to disable all validators and change the .js editor, but so far no luck.
Any idea?
source
share