java - Found class io.netty.buffer.ByteBuf, but interface was expected -


i have tried several versions of netty-all doesnt seem work. idea going wrong ?

exception in thread "main" java.lang.incompatibleclasschangeerror: found class io.netty.buffer.bytebuf, interface expected     @ org.vertx.java.core.buffer.buffer.<init>(buffer.java:72)     @ org.vertx.java.core.eventbus.impl.defaulteventbus.<clinit>(defaulteventbus.java:58)     @ org.vertx.java.core.impl.defaultvertx.<init>(defaultvertx.java:73)     @ org.vertx.java.core.impl.defaultvertxfactory.createvertx(defaultvertxfactory.java:29)     @ org.vertx.java.core.vertxfactory.newvertx(vertxfactory.java:33)     @ osiam.createuser.main(createuser.java:21) 


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -