You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/19 13:49:56 UTC

[GitHub] ralf0131 commented on issue #412: dubbo泛化代用出现java.lang.NoSuchMethodError异常

ralf0131 commented on issue #412: dubbo泛化代用出现java.lang.NoSuchMethodError异常
URL: https://github.com/apache/incubator-dubbo/issues/412#issuecomment-406282789
 
 
   This is because you've compile your source on Java 8 with target 1.7 and run it on a JVM that is lower than Java 8.
   
   If you are running a Java 7, please compile the source code with Java 7.
   
   Check this: https://gist.github.com/AlainODea/1375759b8720a3f9f094

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org