Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating jprofiler into eclipse

I can't integrate jprofiler 7 into Eclipse Indigo. Installation and integration completed successfully. But I can't find jprofiler in the Eclipse IDE or in Eclipse preference.

No problems in starting jprofiler, but it's just missing in my Eclipse installation.

Thanks :-)

like image 450
Peter Villadsen Avatar asked Nov 01 '11 11:11

Peter Villadsen


1 Answers

The "Profile" actions in eclipse are part of the eclipse infrastructure, they are not supplied by JProfiler.

I assume that the menu item Run->Profile ... does not exist in the Java perspective after you have run the integration in JProfiler (Session->IDE integrations).

In that case, you have to enable the "Profile" actions for this perspective under Window->Customize perspective by bringing the Command tab to front and selecting the "Profile" checkbox.

like image 153
Ingo Kegel Avatar answered Sep 19 '22 17:09

Ingo Kegel