Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Java Class Editor

  • 05-06-2002 07:40PM
    #1
    Registered Users, Registered Users 2 Posts: 11,985 ✭✭✭✭


    Just wanted to know whats the best/cheapest Class file editor around.

    I`m trying to open/edit a .class file

    Any help appreciated

    Regards


Comments

  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    Something like JBuilder can show you the names of methods and variables. I'm not sure if it shows the modifiers though, can't remember.

    You could just write a little java app to do it yourself, it's quite simple. Look for "introspection".

    Also I've seen some pretty good Java decompilers, can't remember any names though. Getting into muddy waters there too.

    Or do you want to edit the bytecode? I suppose any hex editor would do right?


  • Registered Users, Registered Users 2 Posts: 7,742 ✭✭✭mneylon


    As far as I can remember Editplus offers context highlighting for Java...
    There are also quite a few free or almost free editors around... have a look at IBM's site


  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    Originally posted by Enygma
    Also I've seen some pretty good Java decompilers, can't remember any names though. Getting into muddy waters there too.
    NMI's Java Code Viewer is a good one.


  • Registered Users, Registered Users 2 Posts: 11,985 ✭✭✭✭zAbbo


    Cheers lads

    loads of good help there

    It done the trick!

    I went with NMI's Java Code Viewer.


Advertisement