JTRANSC
Documentation
You can find documentation at the .
What is this?
JTransc (Java Trans Compiler) is an AOT (ahead of time compiler) that compiles .class and .jar files
into a target programming language / executable bundling all the required dependencies in a single file or folder,
without requiring a jitter or an external runtime.
Why using JTransc?
There are a lot of technologies in order t
1