Search:

Type: Posts; User: JavaDaveUK

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    3,237

    Re: Calling method from .class file

    Yes, what you want is a Java decompiler.
    There are quite a few available if you search for them on the internet.
    here is one: "http://java.decompiler.free.fr"

    There are some limitations, so you...
  2. Replies
    6
    Views
    3,237

    Re: Calling method from .class file

    I think you need to understand how the compiler works, it creates .class files from source files .java, you actually cannot call a method from a .java file, but you can from the compiled file .class....
Results 1 to 2 of 2