Hey,
I am trying out Architect 4. I have JAVA 1.8.0_131 installed but architect doesn't see it.
the computer is a mac running Sierra.
this is the terminal read out.
Johns-MBP-4:~ johnbran$ java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
Johns-MBP-4:~ johnbran$ echo $(/usr/libexec/java_home)
/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
Johns-MBP-4:~ johnbran$
java.png
Here is my bash_profile ...
Code:
source ~/.profile
export PATH=$PATH:/Applications/AndroidDevelopment/sdk/tools
export PATH=/Applications/MAMP/bin/php/php5.5.9/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Applications/AndroidDevelopment/sdk/tools source /Users/johnbran/.bash_profile
export SENCHA_CMD_3_0_0="/Users/johnbran/bin/Sencha/Cmd/5.1.2.52"
##
# Your previous /Users/johnbran/.bash_profile file was backed up as /Users/johnbran/.bash_profile.macports-saved_2015-02-10_at_08:49:58
##
# MacPorts Installer addition on 2015-02-10_at_08:49:58: adding an appropriate PATH variable for use with MacPorts.
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# Finished adapting your PATH environment variable for use with MacPorts.source ~/.profile
export PATH=$PATH:/Applications/AndroidDevelopment/sdk/tools
export PATH=/Applications/MAMP/bin/php/php5.5.9/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Applications/AndroidDevelopment/sdk/tools source /Users/johnbran/.bash_profile
export SENCHA_CMD_3_0_0="/Users/johnbran/bin/Sencha/Cmd/5.1.2.52"
##
# Your previous /Users/johnbran/.bash_profile file was backed up as /Users/johnbran/.bash_profile.macports-saved_2015-02-10_at_08:49:58
##
# MacPorts Installer addition on 2015-02-10_at_08:49:58: adding an appropriate PATH variable for use with MacPorts.
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# Finished adapting your PATH environment variable for use with MacPorts.
I tried the guide from here: https://www.leeboonstra.com/develope...a-environment/
and here... http://docs.sencha.com/architect/4/g...ion_setup.html
with no luck.
cordova 7 is also installed. I am assuming it will see it when it sees Java.
Any help would be appriciated. Thanks