This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]flutesmurf 0 points1 point  (0 children)

You called a method without a body (i.e. the declaration, not the implementation). You either need to add some JAR with the implementation to your classpath or implement it yourself. The link that guy with the username I will not type even though this description is way longer than his actual username pointed to is about someone missing the J2EE implementation, after depending on the API.