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
[217 byte] By [Maris_Orbidansa] at [2007-10-3 2:41:38]
# 1
No way to do it!
deepspacea at 2007-7-14 19:40:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
you can only run a MIDlet from a web server !
suparenoa at 2007-7-14 19:40:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
> 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.
deepspacea at 2007-7-14 19:40:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
sorry, i would like to say that you can run a MIDlet from a web server after uploading jar and jad files
suparenoa at 2007-7-14 19:40:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...