I am trying to set up Eclipse so I can profile a Java program using the TPTP profiler. I have downloaded and unzipped all the .zip files that I believe I need, but Eclipse still does not provide a "Profiling and Logging" perspective. What more must I do to get this perspective? Is there perhaps a configuration file I must edit?
- I'm using Red Hat RHEL5, and thus Eclipse 3.2.0, TPTP 4.2.0.2.
- The
Window > Open Perspective > Other...dialog-box does not list the "Profiling and Logging" perspective. - The
Help > About Eclipse Platform > Plug-in Detailswindow lists numerous pacakges in theorg.eclipse.tptpname-space, includingorg.eclipse.tptp.platform.ltaandorg.eclipse.tptp.trace. Which plug-in is responsible for providing the perspective? - The
Window > Preferences...dialog does not have an entry for "Profiling and Logging".
.zipdownload instead of the built in Eclipse installer with the TPTP update site? I assume Eclipses as old as 3.2 still have theHelp -> Install New Softwaremenu item. If not, is something keeping you from using a version of Eclipse that isn't 4 years old? - KaneHelp > Software Updates > Find and Install..., but it was defeated (I think) by our HTTP proxy. I'm using 3.2 because that is the RHEL 5 supplied version. - Raedwald