I have to convert a file .jason in a twitter using TerrierPlugin dowloaded by the following link:
http://terrier.org/issues/secure/att...lugin_v0.1.zip
I try to follow the guide: http://ir.dcs.gla.ac.uk/wiki/Terrier/Tweets11
I'm working on windows 7 and I setted all the java variables as follows:
CLASSPATH .;%JAVA_HOME%\bin
JAVA_HOME C:\Program Files\Java\jdk1.7.0_01
Path ;%JAVA_HOME%\bin
The problem is that when i run the command on dos I obtaint the following output:
C:\Users\Alessandra\Desktop\terrier-3.5>bin\compile_package.bat test.json
Set TERRIER_HOME to be C:\Users\Alessandra\Desktop\terrier-3.5
javac: no source files
Usage: javac <options> <source files>
use -help for a list of possible options
What can I do?

