How to open java class inside jar file programatically? Permanently deleted user Created June 15, 2016 10:58 Hi Team, Is it possible to open/access .class file locate inside a jar file? Thanks, Navin
VirtualFileManager.getInstance().findFileByUrl("jar://path/to/file.jar!/path/to/file.class");Thanks you Roman. works like a charm