🌐
GitHub
github.com › liwei606 › c2java
GitHub - nausicaalii/c2java: A translator of c to java.
A translator of c to java. Contribute to nausicaalii/c2java development by creating an account on GitHub.
Starred by 19 users
Forked by 6 users
Languages   C 40.5% | Makefile 20.7% | Shell 19.6% | TeX 8.2% | M4 5.5% | C++ 2.2% | C 40.5% | Makefile 20.7% | Shell 19.6% | TeX 8.2% | M4 5.5% | C++ 2.2%
🌐
GitHub
github.com › danfickle › cpp-to-java-source-converter
GitHub - danfickle/cpp-to-java-source-converter: A translator to convert C++ to Java. A work in progess.
This project aims to convert C++ code to high level Java source code.
Starred by 51 users
Forked by 33 users
Languages   Java 94.0% | C++ 6.0% | Java 94.0% | C++ 6.0%
Discussions

Are there good C++ to Java code converters?

Did you try Google Translate?

More on reddit.com
🌐 r/java
17
18
October 28, 2015
Turning C code into Java
Hey there! This kind of a dumb question, but I hope you could forgive me... I have a program that I need to write in Java. Our… More on reddit.com
🌐 r/javahelp
25
13
January 25, 2021
C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
What Java does it generate for Duff's Device? send(to, from, count) register short *to, *from; register count; { register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } } More on reddit.com
🌐 r/programming
80
71
April 29, 2015
Live java to c# converter
To play 10 minutes - sure, why not. For real usage - not by any chance, just like other transpilers... More on reddit.com
🌐 r/csharp
10
2
September 20, 2021
🌐
GitHub
github.com › Redcof › codeinfer
GitHub - Redcof/codeinfer: C++ to JAVA code converter
C++ to JAVA code converter. Contribute to Redcof/codeinfer development by creating an account on GitHub.
Starred by 4 users
Forked by 2 users
Languages   Java 98.7% | C++ 1.2% | CSS 0.1% | Java 98.7% | C++ 1.2% | CSS 0.1%
🌐
GitHub
github.com › digitalgust › tinyj2c
GitHub - digitalgust/tinyj2c: Convert JAVA source to C source, Build standlone binary without any class file.
Clion/vs/xcode open /tinyj2c/app , compile c source and run . Run binary no java classes dependence.
Starred by 71 users
Forked by 17 users
Languages   Java 76.5% | C 23.3% | Java 76.5% | C 23.3%
🌐
GitHub
github.com › twiglet › cs2j
GitHub - twiglet/cs2j: C# to Java Converter · GitHub
CS2J is the most advanced C# to Java conversion tool available today. - CS2J produces good looking, maintainable Java software from your C# source code. - It uses a powerful, extensible template system to translate .NET Framework and 3rd party ...
Starred by 172 users
Forked by 75 users
Languages   C# 82.7% | Java 17.3%
🌐
GitHub
github.com › dejavudwh › C2j-Compiler
GitHub - dejavudwh/C2j-Compiler: A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行)
A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行) - dejavudwh/C2j-Compiler
Starred by 74 users
Forked by 20 users
Languages   Java 99.6% | C 0.4% | Java 99.6% | C 0.4%
🌐
GitHub
github.com › Glympse › CrossCompiling
GitHub - Glympse/CrossCompiling: Technology powering C++ to Java/C# code translation.
Technology powering C++ to Java/C# code translation. - Glympse/CrossCompiling
Starred by 23 users
Forked by 5 users
Languages   Python 84.3% | C++ 8.2% | C# 3.1% | Java 2.5% | Smarty 1.8% | Shell 0.1% | Python 84.3% | C++ 8.2% | C# 3.1% | Java 2.5% | Smarty 1.8% | Shell 0.1%
Find elsewhere
🌐
GitHub
github.com › arnetheduck › j2c
GitHub - arnetheduck/j2c: Java to C++ translator · GitHub
With a few patches and implementations of native methods in the converted OpenJDK code, the included Hello test prints it's message. A more complete example would need a more complete runtime, either by implementing the native and JVM parts of a class library or by implementing the stubs that are generated for missing dependencies. This is the first time I write an Eclipse plugin, so be nice. J2C comes in the form of an Eclipse plugin. You need at least Eclipse 3.8+ and Java 1.6+ to run this plugin!
Starred by 265 users
Forked by 75 users
Languages   Java 95.8% | C++ 4.2%
🌐
GitHub
github.com › jutge-org › cpp2many
GitHub - jutge-org/cpp2many: Convert simple C++ programs to Python, Java, Pascal and Ada
Convert simple C++ programs to Python, Java, Pascal and Ada - jutge-org/cpp2many
Starred by 4 users
Forked by 2 users
Languages   Python 88.1% | Pascal 4.2% | CoffeeScript 3.8% | HTML 3.1% | C++ 0.7% | Makefile 0.1% | Python 88.1% | Pascal 4.2% | CoffeeScript 3.8% | HTML 3.1% | C++ 0.7% | Makefile 0.1%
🌐
GitHub
github.com › ivmai › JCGO
GitHub - ivmai/JCGO: Java source to C code translator (JCGO)
Preface ------- JCGO (pronounced as "j-c-go") is a software application which translates (converts) programs written in Java into platform-independent C code, which could, further, be compiled (by third-party tools) into highly-optimized native ...
Starred by 83 users
Forked by 21 users
Languages   Java 88.9% | C 10.8% | Java 88.9% | C 10.8%
🌐
GitHub
github.com › topics › code-converter
code-converter · GitHub Topics · GitHub
java c-sharp code-generator code-analysis code-transformation code-parser code-converter java-to-csharp
🌐
GitHub
github.com › raphaelcohn › java2c
GitHub - raphaelcohn/java2c: This project is unmaintained and unfinished.
A transpiler to convert Java to C source.
Starred by 56 users
Forked by 14 users
Languages   Java 84.7% | Shell 7.7% | C 7.4% | C++ 0.2% | Java 84.7% | Shell 7.7% | C 7.4% | C++ 0.2%
🌐
GitHub
github.com › HanSolo › converter
GitHub - HanSolo/converter: A Java based unit converter
Converter temperatureConverter = new Converter(TEMPERATURE, CELSIUS); // Type Temperature with BaseUnit Celsius double celsius = 32.0; double fahrenheit = temperatureConverter.convert(celsius, FAHRENHEIT); double kelvin = temperatureConverter.convert(celsius, KELVIN); System.out.println(celsius + "°C => " + fahrenheit + "°F => " + kelvin + "°K"); Converter lengthConverter = new Converter(LENGTH, METER); // Type Length with BaseUnit Meter double meter = 1.0; double inches = lengthConverter.convert(meter, INCHES); double nanometer = lengthConverter.convert(inches, NANOMETER); System.out.println(meter + " " + lengthConverter.getUnitShort() + " => " + inches + " in => " + nanometer + " nm"); // Convert meter to centimeter System.out.println(lengthConverter.convertToString(meter, CENTIMETER));
Starred by 41 users
Forked by 11 users
Languages   Java 100.0% | Java 100.0%
🌐
Mtsystems
mtsystems.com
mtSystems - C Source Code to Java Source Code Translation
We cannot provide a description for this page right now
🌐
GitHub
github.com › shreyash14s › Translator
GitHub - shreyash14s/Translator: A Simple Java to C++ translator
A Simple Java to C++ translator. Contribute to shreyash14s/Translator development by creating an account on GitHub.
Starred by 3 users
Forked by 3 users
Languages   Yacc 73.1% | Java 16.3% | Lex 8.6% | Makefile 2.0% | Yacc 73.1% | Java 16.3% | Lex 8.6% | Makefile 2.0%
🌐
GitHub
github.com › topics › converter
converter · GitHub Topics · GitHub
All 7,593 Python 1,859 JavaScript 1,198 HTML 629 TypeScript 537 C# 499 Java 442 Go 324 C++ 274 PHP 245 C 191 ... A professional video compression tool accessible to all, mostly based on FFmpeg. ... JODConverter automates document conversions using LibreOffice or Apache OpenOffice. ... audio java converter video cross-platform decoder reverse-engineering media playstation psx video-converter tim file-formats
🌐
CodeConvert AI
codeconvert.ai › c-to-java-converter
Free C to Java Converter — AI Code Translation
For complex or performance-critical code, we recommend reviewing and testing the output. ... Yes! CodeConvert AI supports bidirectional conversion. You can convert Java to C just as easily by using our Java to C converter.
🌐
Reddit
reddit.com › r/java › are there good c++ to java code converters?
r/java on Reddit: Are there good C++ to Java code converters?
October 28, 2015 -

Context:

So, there is this exciting lossless image codec that has been released recently. I want to create a Java decoder for it. The original code is implemented in C++. I have been able to convert it to Javascript with the help of emscripten.

I was wondering if there is a good tool that can convert from C++ to Java. I remember seeing one such tool on github a long time back, but I can't find it anymore.

It doesn't have to be a perfect translation; even if it gets me half-way there, it would help reduce the drudgery of manual translation.

Thanks!