I am trying to create an application (B4J) that can be used as the default application to open a file of specific type, and then process it. i.e using Windows, double clciking on the file
afilename.xyz launches my java app and passes the file path and name to the program logic.
I have managed to associate my application by creating a .exe file and using Windows explore to set my application as the default file type. That part works fine, and it launches my application.
BUT - how do I get the details of the file that was selected?
(I'm looking for the same kind of functionality as 'get starting intent' in B4A).
Thanks!