|
2#
楼主 |
发表于 2007-8-21 16:40:46
|
只看该作者
问题解决了
version2003.06.00版本以level运行时不支持eclipse编译的class文件。只能在function级别运行
原文如下:
PurifyPlus does not work with the Eclipse class loader when attempting to collect profiling information at the line level. The error message that will be seen at run time is the following:
java.lang.NoClassDefFoundError: Rational/QProfJ
To circumvent this problem, you must collect profiling information at the function level. This can be done as follows:
For Purify: In Settings>Executable Settings>Power Check, set the Default Profile Level to function.
For PureCoverage: In Settings>Executable Settings>Power Check, set the Default Coverage Level to function.
For Quantify: In Settings>Executable Settings>Power Check, set the Default Measurement Level to function.
晕死了~~~~我要换JB试试~~~ |
评分
-
查看全部评分
|