chaokunyang commented on PR #1579: URL: https://github.com/apache/incubator-fury/pull/1579#issuecomment-2081325419
I forgot which javac version I'm using. I use following steps to guess javac version: - download jar from https://mvnrepository.com/artifact/org.furyio/fury-core/0.4.1 - Extract classfile: `jar xf fury-core-0.4.1.jar io/fury/Fury.class` - Get major version: `javap -verbose -cp fury-core-0.4.1.jar io/fury/Fury.class | grep "major"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
