chatgpt-java icon indicating copy to clipboard operation
chatgpt-java copied to clipboard

Java version problem

Open JingLongLiu opened this issue 2 years ago • 6 comments

Which version of Java is supported at least? Does Java 8 support it?

JingLongLiu avatar Dec 12 '22 10:12 JingLongLiu

It's only been tested & built with using JDK 17, although it should work with Java 8

brissach avatar Dec 12 '22 13:12 brissach

Thank you. It should be incompatible with Java 8

image

JingLongLiu avatar Dec 13 '22 01:12 JingLongLiu

What does the error say?

brissach avatar Dec 13 '22 14:12 brissach

ChatGPT.class The JDK version number compiled by this file should be 52 (8), but it is actually 61 (17). Therefore, errors are reported when compiling the local 52 version. Solution: 1. Upgrade the local JDK version to 17 or above. 2. Reduce dependency. Spring 6 is not required. Therefore, it is incompatible with Java 8

JingLongLiu avatar Dec 14 '22 02:12 JingLongLiu

this is no class:

import gg.acai.acava.cache.CacheDuplex; import gg.acai.acava.cache.CacheLiteral;

image

py460 avatar Mar 25 '23 06:03 py460

Acava was recently updated with a new cache, I'll update it asap

brissach avatar Mar 25 '23 14:03 brissach