Related articles |
---|
Java to C++ (simple tool) poehn@IH8SPAMbms.de (Stefan Poehn) (2003-09-04) |
From: | "Stefan Poehn" <poehn@IH8SPAMbms.de> |
Newsgroups: | comp.compilers |
Date: | 4 Sep 2003 22:48:25 -0400 |
Organization: | Customer of SpaceNet GmbH |
Keywords: | translator, Java, C++, question |
Posted-Date: | 04 Sep 2003 22:48:25 EDT |
Hi
Does anybody know a tool that converts Java-Code to C++? I need a very
simple converter that does NOT need to cover Threading, Swing,
Exceptions, Reflection, RMI, Security, Networking and most of
java.util (except LinkedList). It also does not need to cover garbage
collection (new is not allowed in the java code that should be
converted).
TIA
Stefan
Return to the
comp.compilers page.
Search the
comp.compilers archives again.