Dynamically detecting supported configuration and profile in Java ME
- by Casebash
How do I dynamically detect what profile/configuration is being used? I know that you can dynamically detect supported classes, but I would be surprised if picking a random class that should only be in a particular profile/configuration were the proper way of doing this.