shashi792 / mate-tools

Automatically exported from code.google.com/p/mate-tools
0 stars 0 forks source link

Wrong example in usage description #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It says:

 java -cp srl.jar:lib/liblinear-1.51-with-deps.jarse.lth.cs.srl.Parse [...]

I believe that it should be 

 java -cp srl.jar:lib/liblinear-1.51-with-deps.jar se.lth.cs.srl.Parse [...] (a white space after jar)

Original issue reported on code.google.com by minhle...@gmail.com on 9 Sep 2014 at 1:22

GoogleCodeExporter commented 8 years ago
Hi, I've tried to run the command, but there's error : could not find or load 
main class se.lth.cs.srl.Parse . FYI, I already put white space after jar.
Please help me. Thank you

Original comment by ade.roma...@gmail.com on 15 Apr 2015 at 5:09

GoogleCodeExporter commented 8 years ago
I am facing the same issue. Getting this error: 

Could not find or load main class se.lth.cs.srl.Parse

What is the solution to this ?

Original comment by mansiara...@gmail.com on 21 Jun 2015 at 7:48