Missing classes
So I'm a long time developer, but new to Java. I'm going through some examples and I've found that many of the basic classes are missing.
java.util.List
java.net.*
There are many more but am I missing something here? Is there some package that I should be using instead of java.* for some of these classes? Since theres very few good "How To" 's for programing the BB, I'm kind of at a loss, I guess I'll just have to start creating my own classes.
|