get absolute path of .class file
"robo__" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for a tip but I found one problem I tried to : BinaryForSourceQuery.Result findBinaryRoots = BinaryForSourceQuery.findBinaryRoots(primaryFile.toURL()); Interface Result has public URL[] getRoots(); This returns empty array I checked in debugger and findBinaryRoots has right URL but for some reason getRoots() returns empty