On 29/01/14 21:20, Joshua TAYLOR wrote:
On Wed, Jan 29, 2014 at 4:03 PM, Mona Salem <monasalem...@gmail.com> wrote:
Compilation errors:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
SoftwareProduct cannot be resolved
AnnotationLabel cannot be resolved to a variable
at TextAnnotation.printAnnotations(TextAnnotation.java:47)
at TextAnnotation.stringToAnnotate(TextAnnotation.java:32)
at Parser.getTitle(Parser.java:291)
at Parser.getAllUrlNames(Parser.java:118)
at Parser.main(Parser.java:723)
The fact that there's a stack trace of this code running makes it seem
like this isn't purely a compilation error. Did you compile part of
the project separately from others, or something like that? In any
case, this doesn't sound like a Jena issue.
"java.lang.Error: Unresolved compilation problems" means you are trying
to execute a class that has a compilation problem.
http://stackoverflow.com/questions/1124788/java-unresolved-compilation-problem
This is Eclipse - it's how it allows you to run projects with
compilation problems. It generates a stub class file that throws errors
if you touch it.
Andy