CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2000
    Posts
    1

    Class file to Java File

    Can any body help me out. I need to convert class file to java file.




  2. #2
    Join Date
    Jan 2000
    Location
    Canada
    Posts
    249

    Re: Class file to Java File

    You need a decompiler to do this. Go to the following page to get JAD.

    http://www.geocities.com/SiliconVall.../8617/jad.html


    -------------------------------------------
    weaver
    icq# 64665116
    Please rate this post.
    http://weaver.x7.htmlplanet.com

  3. #3
    Join Date
    Sep 2000
    Posts
    2

    Re: Class file to Java File

    get a decompiler. There is a free one called mocha. You should be able to find it.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured