Skip to main content



      Home
Home » Newcomers » Newcomers » Problem with CaesarJ
Problem with CaesarJ [message #248219] Thu, 07 February 2008 06:49
Eclipse UserFriend
Originally posted by: mattiar82.yahoo.com

Dear All,
I'm working on a CaesarJ project by using the corresponding eclipse plugin.

This project depends on an AspectJ project, named AOPHiddenMetrics. In
particular my Java classes extend a class in the aspectj project.

To this regards, I
- add the AspectJ project in the build path
- add the package (AOPHiddenMetrics/bib/AOPHiddenMetrics/metrics/exec)
with the class to extend in the build path libraries by using "add
class folder" option

Then, I create my test class in the Caesarj project as:

//test.java
import AOPHiddenMetrics.metrics.exec.*;

public class test extends testCase{ ... }

Inexplicably, this code generates the following compilation error at
class definition:

error: Cannot find class "testCase" [JLS 8]

The inexplicably is related to the fact that it doesn't complain about
importing the package but its classes can't be found when I want to use
them.

This sounds strange especially by using different packages/classes I
didn't get the error.

Do you have any suggestion about how to solve this issue?

Mattia
Previous Topic:Executable won't execute
Next Topic:How does it work?
Goto Forum:
  


Current Time: Mon Jun 23 17:49:33 EDT 2025

Powered by FUDForum. Page generated in 0.08373 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top