Mình chạy thử một số example cho game thì đều bị báo lỗi kiểu như dưới đây, bạn check giúp xem tại sao với?
2022-12-12 12:07:29.555 [main] ERROR c.tvd12.ezyfoxserver.EzyAppsStarter can not start app: one-two-three java.lang.IllegalStateException: can not build writer for class class com.tvd12.ezyfoxserver.app.response.GameFinishedResponse at com.tvd12.ezyfox.binding.impl.EzyAbstractWriterBuilder.build(EzyAbstractWriterBuilder.java:28) at com.tvd12.ezyfox.binding.impl.EzySimpleBindingContext$Builder.parseObjectBindingClass(EzySimpleBindingContext.java:316) at com.tvd12.ezyfox.binding.impl.EzySimpleBindingContext$Builder.parseObjectBindingClasses(EzySimpleBindingContext.java:303) at com.tvd12.ezyfox.binding.impl.EzySimpleBindingContext$Builder.build(EzySimpleBindingContext.java:285) at com.tvd12.ezyfoxserver.support.entry.EzySimpleAppEntry.createBindingContext(EzySimpleAppEntry.java:135) at com.tvd12.ezyfoxserver.support.entry.EzySimpleAppEntry.createBeanContext(EzySimpleAppEntry.java:89) at com.tvd12.ezyfoxserver.support.entry.EzySimpleAppEntry.config(EzySimpleAppEntry.java:47)
Bạn có đang sử dụng java 8 không ạ?
Có bạn ơi. Lúc đầu mình dùng Java 17, sau hạ xuống 8 thì đều bị như vậy.
À được rồi bạn ơi. Mình mới update Java JDK trong biến môi trường mà không update trong project settings nên bị thế. Cảm ơn bạn nhé!