You are on page 1of 1

1 - Instalar o Java jdk 1.4 e configurar as variaveis de ambiente: - JAVA_HOME=c:\\j2sdk1.4.0_01 - PATH=%PATH%;%JAVA_HOME%\\bin - CLASSPATH=.;%JAVA_HOME% 2 - Instalar o cygwin 3 - Baixar e instalar o javax.

comm seguindo os passos: - unzip javacomm20-win32.zip - cd commapi - cp win32com.dll "c:\Program Files\jdk\jre\bin" - chmod 755 "c:\Program Files\jdk\jre\bin\win32com.dll" - cp comm.jar "c:\Program Files\jdk\jre\lib\ext" - cp javax.comm.properties "c:\Program Files\jdk\jre\lib" OBS: If you are going to use the Installshield setup to install TinyOS in the future, do this also: - cp javax.comm.properties "c:\Program Files\jdk\lib" 4 - Instalar os pacotes RPMs com o comando: - rpm --ignoreos -ivh *.rpm Referncia: - http://webs.cs.berkeley.edu/tos/tinyos-1.x/doc/install.html

You might also like