M
Mister IÖS
Neues Mitglied
- 1
Hi,
ich habe folgendes Problem...
und zwar bekomme ich oben genannte Exception, obwohl ich einen neuen Thread erstellt habe wo ich die Netwerkoperation ausführe....
Thread t = new Thread(new Runnable(){
public void run() {
HttpURLConnection con..... usw
}
});
t.start();
Was mache ich falsch?
Viele Grüße
ich habe folgendes Problem...
und zwar bekomme ich oben genannte Exception, obwohl ich einen neuen Thread erstellt habe wo ich die Netwerkoperation ausführe....
Thread t = new Thread(new Runnable(){
public void run() {
HttpURLConnection con..... usw
}
});
t.start();
Was mache ich falsch?
Viele Grüße