galera eu estou usando o codigo assim:
try {
Desktop.getDesktop().open(new File("D:\Documents and Settings\jorgevieira\Desktop\01.pdf"));
} catch (IOException ex) {
ex.printStackTrace();
}
bom, ele ta abrindo o .pdf, mas ta fechando o sistema e dá esse erro:
[code]
An unexpected error has been detected by Java Runtime Environment:
EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x0091d269, pid=2708, tid=1092
Java VM: Java HotSpot™ Client VM (1.6.0-b105 mixed mode, sharing)
Problematic frame:
v ~RuntimeStub::resolve_static_call
An error report file with more information is saved as hs_err_pid2708.log
If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bugreport/crash.jsp
#[/code]
alguém pode ajudar?