TinyOS Installation Problems
If you run tos-‐check-‐env and it says:
-‐> WARNING: CLASSPATH environment variable doesn't exist.
then add:
export CLASSPATH=/opt/tinyos-‐2.1.1/support/sdk/java/
tinyos.jar:.
to your .bash_profile or .bash_aliases file
If you run tos-‐check-‐env and it says:
-‐> WARNING: CLASSPATH environment variable doesn't exist.
then add:
export CLASSPATH=/opt/tinyos-‐2.1.1/support/sdk/java/
tinyos.jar:.
to your .bash_profile or .bash_aliases file
本文解决TinyOS安装过程中遇到的CLASSPATH环境变量缺失警告问题。通过向.bash_profile或.bash_aliases文件中添加CLASSPATH设置,确保TinyOS正确配置。
3757





