Dieser Bereich ist nur für registrierte Benutzer zugänglich.
Bitte melden Sie sich an oder registrieren Sie sich hier: Registrierung.
OPC UA Client SDK for JAVA development includes the JAVA Stack and client side SDK libaries. Download the OPC UA Demoserver to play with.
The Java stack requires Java SE 6 (Java Runtime Environment 1.6).
You also need to install JDK 6 (jdk1.6) to be able to compile your applications. The downloads are available from
http://java.sun.com/javase/6/
The samples in the package assume that you have installed JDK and set up the JAVA_HOME environment variable to the JDK directory
(so that the Java compiler is located at %JAVA_HOME%\bin\javac.exe (Windows)
or $JAVA_HOME/bin/javac (Linux))
If your setup works, you can run the sample using the batch or shell script
in the samples directory.