On Sat, Apr 27, 2013 at 12:33 PM, suganya <[email protected]> wrote: > Hi, > This is the code i got through jena community... getting error in > getSubject().....can anyone help me????
I am familiar with that code. I wrote it and posted it to the list on 11 days ago. In my development setup it compiles and runs without issue. To say that it is an "error in getSubject" suggests that the problem lies within Jena code, which is not the case. As Andy Seaborne suggested to you in another thread, these type of errors arise from some misconfiguration in your development setup. You haven't told us whether this "error" is a failure to compile, or an error while running compiled code. Both suggest issues with Jena being available on your classpath, either at run time or compile time. Andy's advice to use an environment like Eclipse will help to avoid many of these types of issues. //JT -- Joshua Taylor, http://www.cs.rpi.edu/~tayloj/
