How i can edit .class files?

Discussion in 'Bukkit Help' started by siemaeniu500, Aug 30, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    siemaeniu500

    How I can edit .class files ? Because i want to translate to polish. Can you tell me what editor can do that ?
     
  2. Offline

    JWhy

    Decompile with a <what do you think is the program called? Yeah, it's a decompiler!>, then open it with your favorite java editor/IDE, where you can edit it, then compile it into .class files and if necessary, export into a .jar.
    The decompiler i use to have a look at source codes is JD:
    http://java.decompiler.free.fr/?q=jdgui
     
  3. Offline

    siemaeniu500

    I can copy and open .class files but i can't edit ;/
     
  4. Offline

    Jigsaw

    Even if you can decompile class files you will have a very frustrating time trying to do what you are saying. Unless you know Java and are familiar with building plugins this will be a daunting task.

    My advise is to contact the developers of the plugin/plugins you need in another language and offer to translate the messages. This would be 50 times easier than decompiling a class file and recompiling it into a working plugin.
     
  5. Offline

    JWhy

    CTRL+Alt+S, then unzip the src.zip
     
  6. Offline

    Necrodoom

    what plugin you are trying to translate exactly?
     
  7. Offline

    siemaeniu500

    Factions
     
  8. Offline

    siemaeniu500

    Pleashe help

    ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  9. Offline

    JWhy

Thread Status:
Not open for further replies.

Share This Page