Yes it is possible. It is one of the great strengths of Oxygene IMO. We have the entire selection of Java libraries available. Oxygene even translates all get/set methods to properties so that you don't e.g. have to write object.setX(object.getX() + 5) all the time but can just write inc(object.x, 5) which is way more Pascalish.