I can't build and deploy the plugin application because the target platform has not important plugins as:
- javax.microedition
- javax.comm
The target platform is the ESF version 4.0.2 (available from this site http://www.eurotech.com/download/en/pb.aspx?pg=ESF%204.0.2)
For javax.microedition I fixed the problem downloading the jar and create the plugin manually and importing it in the target platform.
As for javax.comm I am not able to fix as the previous one.
I follow the serial example tutorial, but the javax.comm results unresolved and not available in the target platform (downloaded from your website).
I can resolve the package in Eclipse, but afterwards I can't build the project because the plugin javax.comm is unresolved.
Is possible that an official target platform has already these problems from the beginning?