Compilation - Bytecode manipulation

Display options and filters
|
Built for Java
|
|
Free or free version available
|
|
Sold as a service
|
|
|
Library
|
|
Source code provided
|
|
Discontinued
| |
|
Plug-in
|
| | | | |
Updating...
Home Page
| Categories: |
|
| Author: |
The GNU Project |
| Latest version: |
4.0.0 |
| Description: |
Portable, optimizing, ahead-of-time compiler for the Java programming language. GCJ can compile: - Java source code directly to native machine code, - Java source code to Java bytecode (class files), - Java bytecode to native machine code.
Compiled applications are linked with the GCJ runtime, libgcj, which provides the core class libraries, a garbage collector, and a bytecode interpreter. libgcj can dynamically load and interpret class files, resulting in mixed compiled/interpreted applications.
Most of the APIs specified by "The Java Class Libraries" Second Edition and the "Java 2 Platform supplement" are supported, including collections, networking, reflection, and serialization. AWT is currently unsupported, but work to implement it is in progress. Debugging is supported using recent versions of the GNU debugger, GDB. In addition to regular native programming, GCJ can be configured as a cross-compiler, suitable for embedded systems programming.
GCJ is part of the GNU Compiler Collection (GCC). |
| Added: |
2005-05-11 |
| Attributes: |
[BuiltForJava] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Author: |
Excelsior |
| Latest version: |
5.0 |
| Description: |
Java Virtual Machine enhanced with Ahead-Of-Time (AOT) compilation.
The AOT compiler transforms classes and jars into binary executables that run directly on hardware for Windows and Linux on the Intel x86 platform. These executables work faster than the original class files executed within a conventional JVM. In addition, your applications become more secure against tampering and code theft. VM components responsible for Java memory management, threading, synchronization, security, etc., are placed into a DLL that you redistribute along with the precompiled executables. Among those runtime components is a JIT compiler that takes care of classes that could not be precompiled, thus enabling Excelsior JET to support the entire Java 2 Platform, Standard Edition 5.0 API, including dynamic class loading. Your applications can use JNI and Invocation API to interoperate with C, C++ and Delphi, or use COM to interoperate with C++, VB6, VBA (and probably any other language that supports the COM interface). |
| Added: |
2005-02-06 |
| Updated: |
2007-09-17 |
| Attributes: |
[BuiltForJava] [FreeVersionAvailable] |
Home Page
| Categories: |
|
| Latest version: |
1.2.3 |
| Description: |
Tool that makes Java applications compatible with various versions of the Java platform.
Retrotranslator supports all Java 5 language features and a significant part of Java 5 API on J2SE 1.4. In other Java environments only the Java 5 language features that don't depend on the new API are supported. Retrotranslator is based on the ASM bytecode manipulation framework and the backport of concurrency utilities. Java 5 features supported: Generics, Annotations, Reflection on generics and annotations, Typesafe enums, Autoboxing/unboxing, Enhanced for loop, Varargs, Covariant return types, Formatted output, Static import, Concurrency utilities, Collections framework enhancements. |
| Added: |
2006-03-20 |
| Updated: |
2007-11-14 |
| Attributes: |
[BuiltForJava] [FreeVersionAvailable] [SourceCodeProvided] |
Ignore this
|
Help the Java community get a consensus on great tools. Display your favorite tools on your own website or on your blog.
Keep track of your favorite tools. Build your personal watch list.
|