The j2d support package has been baked into decora-runtime.jar just because it was convenient. That package should be split out from decora-runtime and moved into its own separate jar/project (decora-j2d) that can be loaded dynamically, like the other modular components of Decora.
This is the follow on fix toRT-4997.
This is the follow on fix to