Refer a Document from a desktop application in java -


i have application consist of menu's.in menu have tutorial menuitem.what want when click menuitem "tutorial" document in application directory need opened.can acheive this?

you can use java.awt.desktop.getdesktop().open(file) method.

see desktop api , using desktop api in java se 6.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -