Titanium Studio unbound classpath container error
On 16 September 2014 in TechFaced this error while creating Titanium module. This solution is not in exact order, however after trying all the steps I finally could get rid of the error message
Environment:
- Mac OS X 10.9.4
- Titanium Studio 3.3.0
- Installed Java for OS X 2014-001 (http://support.apple.com/kb/dl1572)
Set JAVA_HOME
- edit ~/.bash_profile
- export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
- source ~/.bash_profile
Edit Titanium Studio preferences
- Preferences > Java > Compiler
- set ‘Compiler compliance level’ to ‘1.6’
- Java > Installed JREs > Add > Standard VM
- set ‘JRE Home’ to JAVA_HOME
- Finish
- clean project
After cleaning the project, the error should go away
Related posts:
-
Lazyloading JS modules in Titanium app
-
Titanium Studio mark occurences
-
Titanium app hex color value with alpha channel
-
ScrollableView in ListView
-
Android BOOT_COMPLETED handler module
-
Titanium ListView
-
Efficient code
-
Setup Titanium Studio environment for developing Titanium module (Android) on Windows
-
Method calling thread for Titanium module (Android)
-
Creating [object] in a different context than the calling function.
Filed under Tech with tags Classpath, Java, Titanium Mobile, Titanium Module, Titanium Studio
Leave a Reply