Dynamically detecting supported configuration/profile/JSRs in Java ME

Posted by Casebash on Stack Overflow See other posts from Stack Overflow or by Casebash
Published on 2010-03-11T23:30:11Z Indexed on 2010/03/12 3:57 UTC
Read the original article Hit count: 175

Filed under:

How do I dynamically detect what profile/configuration is being used and what JSRs are supported? 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.

© Stack Overflow or respective owner

Related posts about java-me