Closed saimouli closed 8 years ago
@saimouli It seems you don't make examples catelog as source code catelog.
Hey @saimouli. You have already found the right class: examples/com/ibm/watson/developer_cloud/visual_recognition/v2/VisualRecognitionExample.java
You have to move it into the src
folder to execute it, because examples
is not part of your build path:
src/com/ibm/watson/developer_cloud/visual_recognition/v2/VisualRecognitionExample.java
I'm closing this since it's not a problem in the SDK. We don't want to make the examples to be part of the classpath.
I'm using eclipse mars
What would be the main class, if I want to run visual recognition service?