editing Java_Home under systems advance settings not solving my issue

You must Login before you can answer or comment on any questions.

I've install python, plus all the java downloads, etc, etc. Though I keep getting this error with running the default titanium project:

[TRACE] app property, ti.ui.defaultunit : system [INFO] Building testing for Android ... one moment [ERROR] JDK version 'javac' is not recognized as an internal or external command, operable program or batch file. detected, but at least 1.6.0 is required [ERROR] Application Installer abnormal process termination. Process exit value was 1

anyone please help

— asked 8 months ago by Maurice Anderson
3 Comments
  • also the simulator does come up, though the test app doesn't show.

    — commented 8 months ago by Maurice Anderson

  • We're going to need ALL the rest of your info. OS version, mobile SDK version, studio version, java version, pretty much EVERYTHING asked for on the Ask A Question page.

    — commented 8 months ago by Anthony Decena

  • OS- window 7

    java - jre6, jre7,jdk1.6.0_25, jdk1.7.0_07,jdk1.6.0_30 (i'm showing all these versions installed)

    sdk - api 8, 10, 15, 16 - with all of the extras (my simulator is set for api 8 though)

    Titanium Studio, build: 2.1.2.201208301612

    hope that helps

    — commented 8 months ago by Maurice Anderson

1 Answer

You need to at least add the bin/tools directory of your android_SDK to your system path. I'm pretty sure there is an entire section in the setup docs that addresses this.

— answered 8 months ago by Stephen Feather
answer permalink
9 Comments
  • Its there, along with the rest of the steps listed in the setup docs.

    — commented 8 months ago by Maurice Anderson

  • running 64-bit java instead of 32-bit?

    If its 'there' then at a terminal/cmd prompt you should be able to type 'javac' and it will run.

    — commented 8 months ago by Stephen Feather

  • still working at it. here is my windows diagnostic results

    C:\>echo %PROGRAMFILES% C:\Program Files

    C:\>echo %PROGRAMDATA% C:\ProgramData

    C:\>echo %USERPROFILE% C:\Users\Bayt

    C:\>echo %PATH% C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wind owsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static

    C:\>echo %JAVA_HOME% C:\Program Files\Java\jdk1.6.0_30

    C:\>java -version java version "1.7.0_07" Java(TM) SE Runtime Environment (build 1.7.0_07-b11) Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)

    C:\>javac -version 'javac' is not recognized as an internal or external command, operable program or batch file.

    C:\>python -V 'python' is not recognized as an internal or external command, operable program or batch file.

    C:\>git --version 'git' is not recognized as an internal or external command, operable program or batch file.

    C:\>rem if the ANDROID_SDK variable is configured, please delete it and run this script again

    C:\>echo %ANDROID_SDK% %ANDROID_SDK%

    C:\>adb version 'adb' is not recognized as an internal or external command, operable program or batch file.

    C:\>cd %PROGRAMFILES%

    C:\Program Files>android list target 'android' is not recognized as an internal or external command, operable program or batch file.

    C:\Program Files>cd \

    C:\>rem --- The following are optional ---

    C:\>rem ----------------------------------

    C:\>scons -v 'scons' is not recognized as an internal or external command, operable program or batch file.

    C:\>rem ----------------------------------

    C:\>echo %HTTP_PROXY% %HTTP_PROXY%

    C:\>echo %HTTPS_PROXY% %HTTPS_PROXY%

    C:\>rem ----------------------------------

    C:\>echo %SOCKS_PROXY% %SOCKS_PROXY%

    C:\>rem ----------------------------------

    C:\>rem

    C:\>

    — commented 8 months ago by Maurice Anderson

  • Show 6 more comments

Your Answer

This question has been locked and cannot accept new answers.