iOS Question Don't know how to run OTA_Deployer.jar

chuck3e

Active Member
Licensed User
Longtime User
Following the steps outlined by Erel on my Windows desk top, steps 1-4 work ok, but when I get to step 5 and double click on the .jar file Windows is looking for some way to open it. I have latest java JDK11 installed. I looked at TestFlight but it needs S/W Vers13 but my iPhone 6 is maxed at 12.5.1. I'm not familiar with running .jar files so what do I tell Windows to use?
---------------------------------------------------------------------------------------------------
In order to distribute your app you need to follow these steps:
5. Run OTA Deployer (double click on the jar file), fill the fields and upload the ipa file to the server.
 

chuck3e

Active Member
Licensed User
Longtime User
Simplest solution:
Add this line to your project:
B4X:
'OTA: ide://run?file=C:\Users\H\Documents\B4J\B4i_OTA\Objects\OTA.jar

Change the path as needed.
Ctrl + Click to start it.

(I've tested it with the beta versionof B4i, old versions will not work)
Many things in life are simple. Too bad one must be my mind. 🙂 Thank you Erel! It Worked.
 
Upvote 0
Top