Java 2 CSharp Translator for Eclipse
From j2cstranslator
That tool is a 18 months internal projet at ILOG (an IBM company). The goal is to replace our "old" java bytecode to csharp sources translator by a new one able to works with JDK 5 or more.
It is use to generate some parts of IBM Websphere ILOG Rules for .NET product (the rules engine for example).
The translator is connected at JDT level and use the Change and Refactoring capabilities of Eclipse.
(FIXED) The blog !
The tool is composed by :
- the code translator itself : An Eclispe plugin with java source code available
- the runtime library : An .NET Assembly with c# source code available. That library mimic the java behavior using .NET
Features
Prerequisites
Installation
How To Use
Mappings
How It Works
How To Speed-up Translation
Hints / Good to know
Unsupported Pattern
Java vs CSharp
Keywords: java csharp c# translator converter
