Hello, yes it is possible. The only way is to do wrapper for Windows to open any file you want (like open up IE or Firefox or Adobe PDF) You have to use JNI to some windows system files.But there is an open source JAVA package (which is developed by many JAVA SUN people which is windows specific) It is called JDesktop, you can download the JDIC Library.They come as the following files: 1) jdic.jar - The JAVA Classes2) jdic.dll - Some windows JNI Wrapper Call3) WinMsiWrapper.dll - Another JNI Windows system dllYou copy the .dll to C:\ Windows \ System 32, or in the path.Then you can do a simple code like this

Very cool and easy!============================File testFile = new File("index.html");Desktop.open(testFile);======== ====================Then you will see your default browser open I hope the above helped, it helped me in one of my contracts. Good Luck
jdic.dev.java.net