Java to C/C++ conversion

A

Andreas Nauerz

Hello,

does anyone know a program able to convert Java sourcecode to C or C++
sourcecode ?

Thanks.

Regards...

P.S.: I am only using standard classes of Java 1.3.1 SE
 
C

Chris Smith

Andreas said:
does anyone know a program able to convert Java sourcecode to C or C++
sourcecode ?

Thanks.

Regards...

P.S.: I am only using standard classes of Java 1.3.1 SE

No, I don't... and I want to suggest that you're unlikely to find a
complete answer. The standard API for Java 1.3 is really huge, and
there just aren't going to be implementations of the same things in C or
C++. Translating the language itself is fine, but if you expect to
stick a Swing GUI application into a translator and get working C or C++
code from the other side (even assuming some specific GUI toolkit), then
you're going to have to change your expectations.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,120
Latest member
ShelaWalli
Top