Results 1 to 1 of 1
Hi ,
I'm trying to run purifyplus using gcc compiler and getting the error saying that the parent class which is present in the current directory is not found.
--------------------------------------------
...
- 08-17-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 1
Need Help in running PurifyPlus for Java on Linux
Hi ,
I'm trying to run purifyplus using gcc compiler and getting the error saying that the parent class which is present in the current directory is not found.
--------------------------------------------
bash-2.04$ purecov -java gcc AAA.class
/com/aa/somedir/AAA.java:0: Cannot find file for class /com/aa/somedir/ParentClass
--------------------------------------------
Note - AAA is derived from ParentClass
How do I set the classpath here for the GCC to pick up the files correctly.
Any help on this is hightly appreciated.
Thanks.


Reply With Quote