I have been trying to set up Titanium and Android for 3 days. Still I am stuck with an issue. I am getting this Java related error. I have seen the discussions and forum for this error. I followed all their trials. Still I am unable to make it work. Through command prompt test I can say like path is proper for Java. Even JAVA_HOME variable shows proper path.
I have tried the environmental variables by setting JAVA_HOME value to:
C:\PROGRA~1\Java\jdk1.7.0
and set PATH value to
C:\PROGRA~1\Java\jdk1.7.0\bin
I can run and compile a sample file Hello.java using command prompt, but still I get this error in Titanium IDE :
[ERROR] Required jarsigner not found<br>
[ERROR] Required javac not found<br>
[ERROR] Required java not found<br>
[ERROR] One or more required files not found - please check your JAVA_HOME environment variable
please help me guys…
Thanks in Advance.
GANESH M
I was able to fix this issue on Window 7 with these steps: