Ich hab da ein Problem mit mit der neuen Desktop Klasse von Java 6.
mailto, open usw t wunderbar, wenn ich aber wie in einigen Post hier hin und wieder mal aufgetaucht browse benutze, z.B.
erzählt mir Eclipse spannenderweise:
The method browse(URI) in the type Desktop is not applicable for the arguments (URI).
Ich überseh doch garantiert wieder irgendwas total naheliegendes oder ?
mailto, open usw t wunderbar, wenn ich aber wie in einigen Post hier hin und wieder mal aufgetaucht browse benutze, z.B.
Code:
Desktop.getDesktop().browse( new URI("http://www.tutorials.de/") );
erzählt mir Eclipse spannenderweise:
The method browse(URI) in the type Desktop is not applicable for the arguments (URI).
Ich überseh doch garantiert wieder irgendwas total naheliegendes oder ?