Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] RE: CLASS FILE LOCATION

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.  

Back to the top