[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] Re: Get Class file from java file (Bug 6584)
|
- From: "Andrei Loskutov" <loskutov@xxxxxx>
- Date: Fri, 03 Jun 2005 17:12:52 +0200
- Newsgroups: eclipse.tools.jdt
- Organization: EclipseCorner
- User-agent: Opera M2/8.0 (Win32, build 7561)
Am Fri, 03 Jun 2005 16:23:17 +0200 hat Jens Köcke <Jens@xxxxxxxxxx>
geschrieben:
Hi,
while searching for a solution to this problem (finding the corresponding
class file(s) for a java source file) I found this bug report. Is there
anybody working on that? Or does LATER as resolution mean: Not now, not
tomorrow, but check back in some years????
Or is there already a good solution I just couldn't find.
Hi Jens, I'm already waiting for the solution to this bug...
I could only point to my plugin source at:
http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/eclipse/plugin/src/de/loskutov/bco/ui/JdtUtils.java?rev=1.6&content-type=text/vnd.viewcvs-markup
Look at:
public static InputStream createInputStream(IJavaElement javaElement)
public static String getByteCodePath(IJavaElement javaElement)
methods.
This is probably not the best way to do it, but it seems to work with my
bytecode outline plugin
(http://andrei.gmxhome.de/bytecode/).
If you will find a better solution, please mail it to me too.
Kind regards
Andrei