Cross-platform way to open a file using Java 1.5

后端 未结 8 786

I\'m using Java 1.5 and I\'d like to launch the associated application to open the file. I know that Java 1.6 introduced the Desktop API, but I need a solution for J

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-16 18:32

    JDIC is a library that provides Desktop-like functionality in Java 1.5.

提交回复
热议问题