icefairy333 Active Member Licensed User Longtime User Jun 25, 2014 #1 something like B4X: app.exename in vb.thanks
Erel B4X founder Staff member Licensed User Longtime User Jun 25, 2014 #2 There is no simple way to get the jar name. In fact there isn't always a jar at all. I've tried to solutions posted here: http://stackoverflow.com/questions/320542/how-to-get-the-path-of-a-running-jar-file?lq=1 However they didn't work. Upvote 0
There is no simple way to get the jar name. In fact there isn't always a jar at all. I've tried to solutions posted here: http://stackoverflow.com/questions/320542/how-to-get-the-path-of-a-running-jar-file?lq=1 However they didn't work.
MaFu Well-Known Member Licensed User Longtime User Jun 25, 2014 #3 My MFLib has a corresponding function: MF_File.ApplicationPath() But this function works only in release mode. In debug mode, the path of MFLib.jar library will be returned. Upvote 0
My MFLib has a corresponding function: MF_File.ApplicationPath() But this function works only in release mode. In debug mode, the path of MFLib.jar library will be returned.
icefairy333 Active Member Licensed User Longtime User Jun 27, 2014 #4 at the end I use a js script which copy from the goagent to complete my task(add auto start in win) Upvote 0