0

I see a lot of JDK 1.6 notes about how to open an HTML file in the default browser but none for JDK 1.4.

Does anyone have any experience with that?

reza
  • 5,972
  • 15
  • 84
  • 126

2 Answers2

2

browserlaunch2 has worked for me in the past.

Brian Agnew
  • 268,207
  • 37
  • 334
  • 440
0

You can use same code as in version 1.6, just add a reference to JDesktop integration jar. I think (but I'm not 100% sure) this is actually the same library you get with Java 1.6, it was developed as a separate project by Sun before they include in Jdk 1.6.

Andrea Parodi
  • 5,534
  • 27
  • 46