Hallo guys,
I finally got it solved !
The first mistake was not using a static int.
After correcting for that, there was a formatting mistake, using println( int, 1)
I changed that to print( int) and it worked immediately.
Special thanks to Johnwasser !
truely Johannes