L
Lu
Gast
Hallo, weiß jemand, wie ich ein Windowsfenster mit Java öffne?
S. oben:Roar hat gesagt.:hä? wer sagt dass er/sie den win explorer meint?
ich meine son ganz normales Windowsordnerfenster auf dem Win-Desktop, als ob man auf Arbeitsplatz klickt
Schau mal hier:Lu hat gesagt.:ok, weiß auch jemand wie das funktioniert?
Kein Problem.Lu hat gesagt.:Alles klar. Danke
try {
Process child = Runtime.getRuntime().exec("explorer.exe c:");
} catch (IOException e) {
System.out.println("Fehler " + e);
}