Quantcast
Viewing all articles
Browse latest Browse all 8068

Titanium CLI doesn't recognize JDK location under Linux

Titanium CLI (and as side-effect, Titanium Studio) doesn't recognize the Java Development Kit location on /usr/java/jdk1.8.0/, as seen when calling titanium info -t jdk, but I can assure you it is installed, set on $PATH and $JAVA_HOME, and all Titanium Studio works BUT when trying to run on Android.

[alejnp@localhost ~]$ which java
/usr/java/jdk1.8.0/bin/java
[alejnp@localhost ~]$ echo $JAVA_HOME
/usr/java/jdk1.8.0/jre
[alejnp@localhost ~]$ java -version
java version "1.8.0"
Java(TM) SE Runtime Environment (build 1.8.0-b132)
Java HotSpot(TM) Client VM (build 25.0-b70, mixed mode, sharing)
[alejnp@localhost ~]$ titanium info -t jdk
Titanium Command-Line Interface, CLI version 3.2.1, Titanium SDK version 3.2.2.GA
Copyright (c) 2012-2014, Appcelerator, Inc.  All Rights Reserved.
 
Please report bugs to http://jira.appcelerator.org/
 
Java Development Kit
  Not found
 
Issues
  No issues detected! Your development environment should be working perfectly!
Is there anyway to manually configure the JDK location of titanium CLI?

Viewing all articles
Browse latest Browse all 8068

Trending Articles