Why is Guice throwing $ComputationException from UncaughtExceptionHandler in main?

前端 未结 1 472
鱼传尺愫
鱼传尺愫 2021-01-21 06:12

I\'m trying to run an application that uses Guice and starts a Netty HTTP server. This is using Java 8.

However, at startup I see this error in the console:



        
相关标签:
1条回答
  • 2021-01-21 06:30

    Guice 3.0 is incompatible with Java 8 (see this issue). You must update to at least 4.0.

    0 讨论(0)
提交回复
热议问题