You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guice 3 is incompatible with Java 8 (see link below). This might causes the problem that we sometimes have when starting the IDE: An endless loop of console log messages is shown and the IDE never starts. The reason for this endless loop is a Guice exception com.google.inject.internal.util.$ComputationException that also mentions ClassNotFoundException. In case the scenario occurs, check it at N4JSActivator#createInjector(String) (line 76).
Guice 3 is incompatible with Java 8 (see link below). This might causes the problem that we sometimes have when starting the IDE: An endless loop of console log messages is shown and the IDE never starts. The reason for this endless loop is a Guice exception
com.google.inject.internal.util.$ComputationException
that also mentionsClassNotFoundException
. In case the scenario occurs, check it atN4JSActivator#createInjector(String)
(line 76).The text was updated successfully, but these errors were encountered: