Can a midlet load classes from network ?
HiIs it possible in a midlet to load classes dynamically from some server ?Since there is no ClassLoader in MIDP API it seems impossible.Is anyone aware of the contrary ?Maris
> you can only run a MIDlet from a web server !No, you can only run midled from you phone, using the classes included in the midlet JAR. A webserver had absolutely nothing to do with it.