download - Need org.eclipse.jface for Eclipse Plug-in (Eclipse Profiler) -
download - Need org.eclipse.jface for Eclipse Plug-in (Eclipse Profiler) -
good afternoon--
after reading lot of posts on site profile tool, , in search produce phone call graph, have found eclipse profiler meet needs nicely.
however, when seek run programme (create new profile), error regarding org.eclipse.jface, believe erroring out because not have bundle (or @ least, cannot find on computer). searched several hours lastly night, , see lots of references using jface, have been able find no location it.
here error: problems occurred when invoking code plug-in: "org.eclipse.jface".
i not including entire stack trace, not sure good. here environment info provided eclipse:
eclipse.buildid=m20110210-1200 java.version=1.6.0_18 java.vendor=sun microsystems inc. bootloader constants: os=win32, arch=x86_64, ws=win32, nl=en_us framework arguments: -product org.eclipse.epp.package.modeling.product command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.modeling.productany insight appreciated. kristin
the plug-in org.eclipse.jface used within eclipse displaying graphical interfaces (e.g. lists or tree widgets or wizards), should available when using eclipse profiler. however, exception provided happen because code written incorrectly , during method invocation plug-in exception thrown - however, cannot verify without stack trace.
however, have written before based on thought error thrown in eclipse development environment , not executed program, instrumented eclipse profiler (this instrumentation needed, tool calculates dynamic phone call graphs: remembers methods called or not).
if exception thrown (instrumented) program, don't understand why instrumented code depend on jface. believe, not developing eclipse plug-in, because in case jface plug-ins available - in case of standalone java application more of error, , i'd suggest using different phone call graph tool.
if phone call graphs needed during development, suggest using jdt's built-in phone call graph tool (available when right clicking method in java editor , selecting open phone call hierarchy - or default short-cut ctrl+alt+h).
eclipse download profiler jface
Comments
Post a Comment