Recaf
Recaf copied to clipboard
Support Recompiling to class version < 52 (Java 8)
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?
Java compiler does not support versions older than Java 8.
Java compiler does not support versions older than Java 8.
Hm... Gotcha, thanks