FLVParser problem
- by mujer-esponja
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!