Could you please guide me how to run this web api on java? I downloaded eclipse luna and downloaded the code. So, I open the .java files into the eclipse right and then run the TestApp.java file? It says ant build not found :s
Please help !
Could you please guide me how to run this web api on java? I downloaded eclipse luna and downloaded the code. So, I open the .java files into the eclipse right and then run the TestApp.java file? It says ant build not found :s
Please help !
0人中0人がこの記事が役に立ったと言っています
コメント
3件のコメント
You should not add the source files manually. To run the project in Eclipse Luno you just have to do File -> Import -> Existing Project into Workspace, and then browse to the location where the .classpath and .project files exists for your project (https://github.com/abbyysdk/ocrsdk.com/tree/master/Java/Abbyy.Ocrsdk.client). Eclipse will see the .project file and automatically add the project. To run the sample do Project -> Build All, the project will be built and you will be able to use it.
I tried doing that before as well, but the problem is that when i browse for the .project file, it doesnt show there, i only see the other folders like src and settings folder etc
You just have to browse till the folder where the .project is, you don't have to select that file.
サインインしてコメントを残してください。