Dashboard > WOProject / WOLips > ... > Tutorials > JProfiler
  WOProject / WOLips Log In View a printable version of the current page.  
  JProfiler
Added by Ulrich Köster, last edited by Scott Peterson on Mar 28, 2008  (view change)
Labels: 
(None)

No additional steps are required for WOLips 2.0.0.3821 and above with JProfile 4.3.1 and above.

This tutorial applies for JProfiler 4.2.2.

Modify the plugin.xml of the com.jprofiler.integrations.eclipse plugin from:

<runtime>
    <library name="eclipse3-jprofiler.jar"/>
  </runtime>

to

<runtime>
    <library name="eclipse3-jprofiler.jar">
       <export name="*"/>
    </library>
  </runtime>

Invoke Eclipse from the command line with the -clean option once.

Now you're ready to profile your WebObjects applications (and java apps also) with jprofiler.

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators