IBundleGroupProvider[] providers = Platform.getBundleGroupProviders(); if (providers != null) { for (IBundleGroupProvider provider : providers) { IBundleGroup[] bundleGroups = provider.getBundleGroups(); for (IBundleGroup group : bundleGroups) { if (group.getIdentifier().equals(featureId)) { version = group.getVersion(); } } } } }
I want to run java on the beam vm
-
That's right, you read the title. I want to write java to the Beam VM. Why?
As a joke. I'm writing an esolang called Amalgamation and I want to write
it ...
3 days ago
No comments:
Post a Comment