Quote:
Originally Posted by AustinShalit
|
To expand on this:
Sockets and Network Communication is usually just the same as you would use on a regular PC.
The only real difference you will find between the desktop and embedded version of the JRE/JDK are the following:
- Lack of Java Beans
- Lack of Java Swing
- Lack of JavaX
- Lack of Java AWT (classes like java.awt.Color)
- Lack of Java Nashorn / Rhino
If you /absolutely need/ any of these, you can download them as a separate .jar file and link it as a dependency to your robot code. Keep in mind anything that deals with GUI (Swing / JavaX) will not run properly, if at all. Consult the classlist posted above if you are unsure.