Quote:
Originally Posted by java4first
which I assume is because the version of Java we run on the roboRIO is missing what a 'normal' SDK has.
|
That's exactly correct: we generate a JRE using profile version 2 of the embedded JRE creator. It does not have everything in the standard JDK, including the Java Beans stuff. If you want to use it, you'll have to generate your own JRE with the appropriate packages available.