Integrating JProfiler 3.3 into Eclipse on Mac OS X
- Start Jprofiler
- From the file menu select 'IDE Integration'. Follow the steps in the wizard. This will install the plugin. However, it won't run because eclipse tries to run it using a 2.x compatiblility layer.
- Edit the file $ECLIPSE_HOME/plugins/com.jprofiler.integrations.eclipse/plugin.xml. Change the line <?eclipse version="3.0"?> to <?eclipse version="3.0.1"?> . This will take care of the compatibility layer
- Go to Windows->Customize Perspective->Commands and activate "Profile". The "Run" menu will then have "Profile" entries and the toolbar will have an additional button.
0 comments:
Post a Comment