Dynamically detecting supported configuration and profile 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:37 UTC
Read the original article Hit count: 170

Filed under:

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.

© Stack Overflow or respective owner

Related posts about java-me