How do I integrate JProfiler 7.2.2 with Scala IDE 3.0.0 on OS/X 10.8.3 64-bit? -
jprofiler integrates fine intellij idea 12.0.4 , eclipse 4.2.2 not integrate scala ide 3.0.0.
i have fresh installs of scala ide 3.0.0 (based on eclipse indigo) , jprofiler 7.2.2. , have enabled "profile" actions under "window->customize perspective".
the profile buttons disabled, , there no jprofiler entry in preferences dialog.
there no obvious error messages, ~/.jprofiler7/config.xml not contain integration entries eclipse 3.7. including successful intellij , eclipse 4.2.2 entries relevant section looks this:
<integrations> <netbeansconfig targetdir="" /> <eclipseconfig targetdir="/applications/eclipse-4.2.2" /> <ideaconfig targetdir="/users/richard/library/application support/intellijidea12" /> <jdeveloperconfig targetdir="" /> </integrations>
is scala ide 3.0.0 supported?
edit
the jprofiler integration installs these files under eclipse application folder:
/applications/eclipse/plugins/com.jprofiler.integrations.eclipse /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/meta-inf /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/meta-inf/manifest.mf /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/eclipse3-jprofiler.jar /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons/bundle_obj.gif /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons/eclipse_launcher.gif /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons/java_app.gif /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons/java_applet.gif /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons/jprofiler.png /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons/julaunch.gif /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons/julaunchpgn.gif /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/icons/swt_launcher.gif /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/jprofiler.properties /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/plugin.properties /applications/eclipse/plugins/com.jprofiler.integrations.eclipse/plugin.xml
i noticed there no integration zip file in jprofiler installation eclipse 3.7:
/applications/jprofiler7/integrations/eclipse33-jprofiler.zip /applications/jprofiler7/integrations/eclipse34-jprofiler.zip /applications/jprofiler7/integrations/eclipse35-jprofiler.zip /applications/jprofiler7/integrations/eclipse36-jprofiler.zip /applications/jprofiler7/integrations/eclipse42-jprofiler.zip
edit 2 none of these log files mention profiler:
$ locate log | grep eclipse | grep "\.log$" /applications/eclipse/eclipse 4.2 classic.app/contents/profile/configuration/1365105032164.log /applications/eclipse/eclipse 4.2 classic.app/contents/profile/configuration/1365105063165.log /applications/eclipse/eclipse 4.2 classic.app/contents/profile/configuration/1365185736428.log /applications/eclipse/configuration/org.eclipse.update/install.log /users/richard/.eclipse/610389151/configuration/1345715718730.log /users/richard/coursera/progfun/workspace/.metadata/.plugins/org.eclipse.ui.views.log /users/richard/workspaces/eclipse37/.metadata/.log /users/richard/workspaces/eclipse42/.metadata/.log
edit 3 content of workspace's .metadata.log file"
!session 2013-04-10 09:48:50.570 ----------------------------------------------- eclipse.buildid=3.0.0-vfinal-20130326-1146-typesafe java.version=1.6.0_43 java.vendor=apple inc. bootloader constants: os=macosx, arch=x86_64, ws=cocoa, nl=en_us framework arguments: -keyring /users/richard/.eclipse_keyring -showlocation command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /users/richard/.eclipse_keyring -showlocation !entry org.eclipse.core.net 1 0 2013-04-10 09:49:10.083 !message system property http.nonproxyhosts has been set local|*.local|169.254/16|*.169.254/16 external source. value overwritten using values preferences
Comments
Post a Comment