Search:

Type: Posts; User: mark111

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,909

    Re: implementing interface from encrypted jar

    The jar is encrypted like I said in my original message. The class loader decryptes the classes and I can load the classes by doing the following.

    MyClassloader test = new MyClassloader();
    Class...
  2. Replies
    2
    Views
    1,909

    implementing interface from encrypted jar

    Hello,

    I have a jar file that is encrypted and I have a class loader that is able to load the classes. In the jar file there is also interfaces that I would like to implement in my main...
Results 1 to 2 of 2