M Markos Active Member Licensed User Longtime User Mar 4, 2020 #1 Hi All Can you direct me to an example using Json to set icon using b4jpackager.jar command line Thanks
Hi All Can you direct me to an example using Json to set icon using b4jpackager.jar command line Thanks
M Markos Active Member Licensed User Longtime User Mar 4, 2020 #2 Ok found an example, thanx tho Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2020 #3 If you started a question and solved it then you should also post the solution. Upvote 0
M Markos Active Member Licensed User Longtime User Mar 4, 2020 #4 I was being lazy this time but quite right.I do get frustrated many a time someone says solved with little or no detail Json file ======= { InputJar: "e:/temp/test.jar", IconFile: "e:/temp/icon.ico" } This was for my need with B4JPackager.jar where the variable names InputJar and IconJar are declared. Upvote 0
I was being lazy this time but quite right.I do get frustrated many a time someone says solved with little or no detail Json file ======= { InputJar: "e:/temp/test.jar", IconFile: "e:/temp/icon.ico" } This was for my need with B4JPackager.jar where the variable names InputJar and IconJar are declared.