Take a look how easy it is to create an opc ua client in 3 steps with our sdk.
1. create a comet OPC UA Client Projekt.
2. link libraries.
3. run the new client.
- javadoc
- tutorial
required architecture
Eclipse
Indigo 3.7M3 Standard
1. create an ua client project:
In
Eclipse via file->new->other you can find the Comet UAClient Project Evaluation Wizard.

Please click next button and insert the projectname.

Now click Next button to generate the whole project structure.
2. link libraries:
After project creation, the libraries have to be referenced by the build path settings.

All libraries are located in the lib folder of the new project.
After that the compilation of the project should be possible.
3. running the client:
A launch configuration for running the client could be found under "Run->Run configurations…".
