Tool in the Sun-package

K

King W.Wang

Hi all,
is there a tool in the sun package for converting .java or .class
file into C/C++ file?
Thanks in advance
king
 
M

Michal Dzirba

Hi all,
no. //Ike

O yes - there is, and its called - "a programer with too much free time". :D
But tell us why do you seek such a tool - maybe the aswer can be found.
MIchal.
 
R

Roedy Green

is there a tool in the sun package for converting .java or .class
file into C/C++ file?
Thanks in advance

The JVM itself is a C++ program that eats class files. One way of
looking at the JVM is that is tool for making Java work where
previously only C++ worked. Unfortunately tuning that tools to your
platform is a lot of work, much more work that just converting one
Java program, and it if you want to start with Sun's code, requires
licensing with them.
 

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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top