|
How to get location of .class file in package explorer -
10-27-2009, 01:33 AM
Hi,
i developed a small GUI in Eclipse. if i have a java file opened in the editor,i want to get the location of .class file for the active java file.
For eg: If i opened a file called "Test.java" in editor, i want its full path such as "C:\TestPrj\bin\Test.class". I searched in Eclispe Api's, but i cannot get one.
Help me plz.
|