iTMSTransporter not java found?

Hello,

i'm trying to use iTMSTransporter with no luck

i keep getting

Java 1.6 or higher is required. Please install Java.

unable to find //java/bin/java

when i ran java -version i get

java version "1.6.0_65"

Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468-11M4828a)

Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-468, mixed mode)

i'm using Xcode 7.0

How did you install Transporter? It worked for me after doing the following:

  • I downloaded Application Loader 3.0 from iTunes Connect (iTunes Connect > help menu > All Resources and Help > View Tools > Application Loader 3.0).

  • I installed it in the standard place.

  • I ran Transporter from within Application Loader.

    $ /Applications/Application\ Loader.app/Contents/MacOS/itms/bin/iTMSTransporter

  • It whirred for a long time installing stuff then printed its usage.



    usage: iTMSTransporter [-help <arg> | -info | -m <arg> | -version]  [-o <arg>] [-v
          <arg>]  [-WONoPause <arg>] [-Xmx1024m]
    …


    Transporter comes with its own Java, so you shouldn’t need to install that separately. Notably, I have no standalone Java installed on my system:


    $ java
    No Java runtime present, requesting install.

    Share and Enjoy

    Quinn "The Eskimo!"
    Apple Developer Relations, Developer Technical Support, Core OS/Hardware

    let myEmail = "eskimo" + "1" + "@apple.com"
    iTMSTransporter not java found?
     
     
    Q