Utilising a file association in a Java application -


i in process of writing cross platform swing based application in want utilize file association has been registered os.

so iv got point can click on file , app loads, need know how can application know file launched , query contents.

is there further have file association registration? or can java me?

i'm not positive, i'd expect name of file you're processing file click end in arguments main() method. have tried/checked that?


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -