Using JProfiler with IBM RAD 6.x |
| Since IBM RAD 6.x is based on eclipse 3.0, the RAD plugin works just like the plugin for eclipse 3. However there are a few important points to notice about the integration process as well as the usage of the plugin. |
|
The installation of the IBM RAD plugin is started by selecting
IBM RAD 6.x on the
Reminder: Please close IBM RAD while performing the plugin installation. If you are performing the installation from JProfiler's setup wizard, please complete the entire setup first before starting IBM RAD. A file selector will then prompt you to locate the installation directory of IBM RAD. The installation directory must contain an eclipse directory.eclipse provides shared infrastructure for profiling plugins that allows only one active profiler at a time. If another profiler has registered itself in eclipse, JProfiler will show a collision message dialog at startup. While eclipse does not ship with any profilers, IBM RAD 6.x has an integrated profiler. The way in which eclipse selects the profiler that's bound to the "Profile" buttons is undefined. As it happens, the JProfiler plugin is selected before the integrated profiler. To get rid of the collision message that is shown at startup, please perform the following steps:
|
|
Only launch configuration types that exist in eclipse 3.0 can be profiled by the JProfiler plugin. Specifically,
the Websphere and Apache Tomcat launch configuration types cannot be profiled with the JProfiler plugin.
For these servers, please use the corresponding
server integration wizard.
The Websphere integration wizard asks you to locate the server.xml file that contains the
configuration for your Websphere server, Finding this file can be a little difficult. If you start your search at
In addition, the integration wizard asks to locate a startup script named startServer.bat. That script can be found in {RAD install directory}/runtimes/base_v6/bin/. |