iOS Question how to build the local Mac machine server?

winjiadh

Active Member
Licensed User
Longtime User
Use a local Mac machine
1. Install Java JDK (7 or 8): http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
2. Install Xcode 6.
3. Download and unzip the B4i-Builder.(please sample a image)
4. Open a terminal and navigate to B4i-Builder folder. (please sample a image)
5. Run it with: java -jar B4iBuildServer.jar(please sample a image)
6. Set the builder IP address in the IDE under Tools - Build Server - Server Settings(please sample a image)

who can post the screen shot
thanks
 

winjiadh

Active Member
Licensed User
Longtime User

Attachments

  • b4i20141205150602.jpg
    b4i20141205150602.jpg
    451.5 KB · Views: 287
Upvote 0

ChristopheC

New Member
Licensed User
Longtime User
I absolutely don't understand how to build this thing.
I loaded everything, went under terminal and typed the java -jar B4iBuildServer.jar
Got the result attached, and then .... WHAT ????? How do I load the IDE ??
Honestly why can't we have a precise procedure with screens for beginners that don't understand anything ?
I have been using with success B4A with the PC, what's happening with this Mac thing ?
Thanks for your help.
 

Attachments

  • Screen Shot 2014-12-07 at 20.08.19.png
    Screen Shot 2014-12-07 at 20.08.19.png
    97.9 KB · Views: 257
Upvote 0

stevel05

Expert
Licensed User
Longtime User
You have successfully loaded the BuildServer (for compiling the apps locally) on your Mac.

The IDE is a windows application. You need to install the downloaded B4i setup on a Windows PC (or virtual machine on your Mac, however you are running B4a).
 
Last edited:
Upvote 0
Top