How to open java class through decompiler programatically?

Answered

Hi Team,

I'm developing a plugin that can open java source file on editor and highlight the line number. I want to implement same thing for the java classes available in side the jars. Is it possible to open java class through decompiler and highlight the given line number programatically?

 

Thanks,

Navin

0
1 comment
new OpenFileDescriptor(project, classFile, offset).navigate(true);
1

Please sign in to leave a comment.