Hi,

I use Tesseract 3.05.00dev on Windows 7. I followed all the steps from 
https://github.com/tesseract-ocr/tesseract/wiki/ViewerDebugging :

1) Installed Java runtime,
2) Downloaded picoolo2d-core-3.0.jar and piccolo2d-extras-3.0.jar and put 
them in the C:\Tesseract-OCR\java where SrcollView.jar is located,
3) Set the SCROLLVIEW_PATH to C:\Tesseract-OCR\java,
4) Downloaded piccolo-1.2.jar and piccolox-1.2.jar from 
http://www.java2s.com/Code/Jar/p/Downloadpiccolo12jar.htm and also put them 
in the C:\Tesseract-OCR\java folder,
5) java is in the path.

I downloaded Tesseract from https://github.com/UB-Mannheim/tesseract/wiki (the 
.exe file).

When I run java -Xms512m -Xmx1024m -Djava.library.path=%SCROLLVIEW_PATH% 
-cp 
%SCROLLVIEW_PATH%/ScrollView.jar;%SCROLLVIEW_PATH%/piccolo-1.2.jar;%SCROLLVIEW_PATH%/piccolox-1.2.jar
 
com.google.scrollview.ScrollView,
I get the message Socket started on port 8461. When I run tesseract 
phototest.tif test1 segdemo inter in a different cmd, I get this message in 
the first window:

Client connected
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/piccolo2d/PCanvas

        at 
com.google.scrollview.ScrollView.processInput(ScrollView.java:336)
        at com.google.scrollview.ScrollView.IOLoop(ScrollView.java:120)
        at com.google.scrollview.ScrollView.main(ScrollView.java:398)
Caused by: java.lang.ClassNotFoundException: org.piccolo2d.PCanvas
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 3 more

and nothing happens.

Does anyone know what is the problem?

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/631d9f1c-1041-4ceb-9980-5ff0e9d8ecd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to