Conversion Tools: Java
Microsofts
Java Language Conversion Assistant (JCLA)
helps developers to translate Java-Code into the Microsoft .NET language C#.
The
C to Java converter
converts preprocessed C source code into
Java. It works with C source code that is preprocessed, and does not
contain any defines or includes files.
license: Freeware
Lorentz
is a generic object-to-object conversion framework. It
provides a simple API for converting a Java object of one type into an
object of another type. It is useful especially when massive or automatic
conversions are required (e.g. IoC containers, visual bean editors, a
complex currency/unit converter, or bean-to-bean mapper). It was developed
to replace all existing conversion frameworks such as the JavaBeans
PropertyEditor, Jakarta Commons-Convert, and Jakarta Commons-BeanUtils
converters, and provide a universal way to perform object conversions.
platform: Java
license: The Apache License 2.0
Cibyl
is a programming environment that allows compiled C programs
to execute on J2ME-capable phones. Cibyl uses GCC to compile the C
programs to MIPS binaries, and these are then recompiled into Java
bytecode. The programs are not parsed during runtime, and Cibyl is
therefore relatively well-performing. With Cibyl, games written in C can
be ported to J2ME without switching language.
applet2app
converts a Java applet into a standalone Java
application. It can also produce a Linux executable or Windows executable.
license: GNU General Public License (GPL)
|