I'm currently looking for a Java Mesh Library.
If my understanding is correct, this would be something similar to OpenMesh.
All I've found at moment is JMesh 'A Polygonal Mesh Library in Java' (http://jmesh.origo.ethz.ch/) which is still in development.
Context : turning a very large stl file into a Mesh structure (probably winged- or half-edged, but again I'm not too familiar with this field) in order to perform Mesh simplification operations (edge collapse, etc.).