2024-01-06 00:10:07 +01:00
|
|
|
# java-retroweaver
|
|
|
|
|
2024-01-06 00:10:11 +01:00
|
|
|
Retroweaver is a tool, which converts Java 5 (or 6) compliant
|
|
|
|
class files into Java 1.x compliant class files. The jar file
|
|
|
|
retroweaver.jar contains both the class processor (which may
|
|
|
|
be used at compile time) and the runtime classes. Additionally
|
|
|
|
there is the jar file retroweaver-rt.jar (which contains the
|
|
|
|
runtime classes only).
|
|
|
|
|