Hessian can't find Java bean
Shamikoh opened this issue ยท 4 comments
This problem has already been reported by what I've seen here #1, but in mine I don't modify the directory at any time, the only thing I do is create a QuickIO.DB
( Well that's what I believe, could I be wrong? Perhaps )
1 - Problem
2 - The Java Bean
3 - Where do I create the DB
I program on my cell phone using Termux so I don't know if this can influence something
This problem has already been reported by what I've seen here #1, but in mine I don't modify the directory at any time, the only thing I do is create a
QuickIO.DB
( Well that's what I believe, could I be wrong? Perhaps )1 - Problem
2 - The Java Bean
3 - Where do I create the DB
I program on my cell phone using Termux so I don't know if this can influence something
I made another project, this time only with the dependency and then, it worked amazingly, so the software I use is probably causing this problem.
I followed your code, wrote it with IDEA and ran it, and found that Hessian worked normally. However, my IDEA version is relatively high, which causes Lombok to not work properly. The location of the cause of the problem cannot be determined temporarily.๐
I followed your code, wrote it with IDEA and ran it, and found that Hessian worked normally. However, my IDEA version is relatively high, which causes Lombok to not work properly. The location of the cause of the problem cannot be determined temporarily.๐
I see, well I'll close the issue and try to do something based on what you said now, thanks a lot again
I followed your code, wrote it with IDEA and ran it, and found that Hessian worked normally. However, my IDEA version is relatively high, which causes Lombok to not work properly. The location of the cause of the problem cannot be determined temporarily.๐
I see, well I'll close the issue and try to do something based on what you said now, thanks a lot again
You are welcome.