I need to add a class to a .jar library but I cant figure out how to do it. I have a library named netty-3.1.5.GA.jar but for some reason its missing a class I need (HttpTunnelClientChannelFactory.java) . I have found that class on a repository but not as part of the library. So how can I 'inject' it ?The class I need to add is using other classes that exist in the library.
Thanks.