Code: Alles auswählen
1 public class hallo{
2 public static void main(String [] args)
3 throws Exception {
4 System.in.read();
5 }
6 }
umgebung:
- debian testing
- j2sdk-1.5-sun
Code: Alles auswählen
1 public class hallo{
2 public static void main(String [] args)
3 throws Exception {
4 System.in.read();
5 }
6 }
ah, ok stimmt.... gut zu wissen.Maj0r hat geschrieben:Da gabs mal einen Unterschied bei einem Kernelwechsel.
Ich glaube, 2.4.x zeigt jeden Java-Thread als Prozess, 2.6.x nur einen einzigen java-Prozess.