Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

Support Recompiling to class version < 52 (Java 8)

Open memory-hunter opened this issue 1 year ago • 2 comments

Supported class version expansion

I would like to be able to edit bytecode and recompile the .jar file directly for class version 45 and onwards. As I can see, only 52 onwards is supported. I am a preservationist working on games of Japanese mobile phones. Games of that platform mostly have this older class version as I spotted. Would it be possible?

memory-hunter avatar Nov 27 '24 15:11 memory-hunter

Java compiler does not support versions older than Java 8.

xxDark avatar Nov 27 '24 15:11 xxDark

Java compiler does not support versions older than Java 8.

Hm... Gotcha, thanks

memory-hunter avatar Nov 27 '24 17:11 memory-hunter