Click here to Skip to main content
15,880,725 members
Please Sign up or sign in to vote.
1.06/5 (7 votes)
See more:
I want convert c++ Program to java Program...
is there any softwares are available for that..
could anyone suggest me to convert that files into java...
Posted
Updated 1-Feb-23 5:17am
Comments
Sergey Chepurin 7-Jun-11 8:46am    
Automated conversion is only possible (and has some sense) for .NET languages VB.NET<->C# as they share the same classes. You will have to manually convert C++ code to Java, but i think it would be easier to write Java program from the scratch.
Sergey Alexandrovich Kryukov 7-Jun-11 14:05pm    
Correct. I would make it the answer.
--SA
Albert Holguin 7-Jun-11 12:04pm    
curious, why would you want to convert c++ to java?
Sergey Alexandrovich Kryukov 7-Jun-11 14:08pm    
Why not? Multi-platform version of the code, byte-code would work without re-compilation, can be deployed as applet... makes sense.
--SA
Albert Holguin 7-Jun-11 15:13pm    
well, pure c++ is also cross platform, just requires the recompilation... but if you already have it in one, don't know how much benefit there is to reinvent the wheel

1 solution

It is possible to run native code from java. Have a look at Java Native Interface[^]. That doesn't answer your question, but it might be a way to solve your problem.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 7-Jun-11 14:07pm    
Reasonable alternative, my 5. As to "conversion" (there is no "convert", come on!), I agree with Sergey Chepurin (his comment to the question on top).
--SA
Niklas L 7-Jun-11 16:48pm    
I agree, thanks.
Stefan_Lang 6-Sep-19 4:00am    
Agree with you on all comments and points you made.
P.S.: just realized this is another case of necroing: someone updated the OP yesterday :-/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900