Java to C converter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mamalyn
    New Member
    • Mar 2008
    • 1

    #1

    Java to C converter

    Could anyone help me? could anyone share with me any source code or program code that outputs a simple converter of java to c or c to java..?please help me, hope you can help as early as now, I really need it badly..Thank you very much.
  • SammyB
    Recognized Expert Contributor
    • Mar 2007
    • 807

    #2
    Just google c to java converter

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by mamalyn
      Could anyone help me? could anyone share with me any source code or program code that outputs a simple converter of java to c or c to java..?please help me, hope you can help as early as now, I really need it badly..Thank you very much.
      My advice is to stay as far away from such tools as possible.
      What do you need it for?

      Comment

      • BigDaddyLH
        Recognized Expert Top Contributor
        • Dec 2007
        • 1216

        #4
        Originally posted by r035198x
        My advice is to stay as far away from such tools as possible.
        What do you need it for?
        I agree. When you "think" you need to convert a program written in X to language Y, you need to ask yourself, why? If it really is needed, I've found the best way to do is to find all the design documents (if there are none, quite the job!) And go from there. C and Java are so different, I don't even look at the code, and any language converter would be a waste of time.

        Comment

        Working...