aahhh i got it
my problem was the ObjectOutputStream (also the ObjectInputStream). I changed it to BufferedWriter/Reader and now it works.
But thanks for your efforts.
Code: Select all
inputStream = new ObjectInputStream(socket.getInputStream());