Re: get absolute path of .class file
markiewb <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Perhaps BinaryForSourceQuery can help you Best regards, markiewb Från: robo__ Skickat: Freitag, 22. April 2016 05:36 Till: [email protected] Ämne: [platform-dev] get absolute path of .class file Hi, I have newbie question about class files How to get *.class file absolute path from java project In standard Action I have DataObject. Can I get *.class file Path using DataObject. When I click on *.class file for Edit NEtbeans generates java file and using : context.getPrimaryFile().getName() I have path for generated java file in netbeans cache. But I need to get path for selected *.class file