FLVParser problem

Posted by mujer-esponja on Stack Overflow See other posts from Stack Overflow or by mujer-esponja
Published on 2010-06-14T09:28:11Z Indexed on 2010/06/14 9:32 UTC
Read the original article Hit count: 285

Filed under:
|

Hi!

I am using apache tika 7.0, one of the classes, called FLVParser, which is used to extrac metadata from videos.

But, when i try to use one of the methos in the class, i get this error in Eclipse:

Multiple markers at this line

  • Syntax error on token "parse", Identifier expected after this token
  • Syntax error on token(s), misplaced construct(s)

I don't know exactly the meaning of this, and i don't know how to continue. I add the poiece of code also:

FLVParser VideoParser = new FLVParser();

VideoParser.parse(); //Here is the error message

Any ideas, please?? I made the imports in the right way and the mave dependencies are right aswell.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about parser

Related posts about tika