[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson4.html, 1.1.2.8, 1.1.2.9

Phil Levis scipio at users.sourceforge.net
Mon Nov 6 00:18:52 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3484/html/tutorial

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	lesson4.html 
Log Message:
Updates.


Index: lesson4.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson4.html,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** lesson4.html	14 Jul 2006 20:25:09 -0000	1.1.2.8
--- lesson4.html	6 Nov 2006 08:18:50 -0000	1.1.2.9
***************
*** 727,730 ****
--- 727,740 ----
  </center>
  
+ 			
+ <h1>CLASSPATH and Java classes</h1>
+ 			
+ <p>Note that the CLASSPATH variable points to <tt>tinyos.jar</tt>. This
+ means that when Java looks for classes to load, it looks in tinyos.jar rather
+ than the Java directories in <tt>support/sdk/java</tt>. Therefore,
+ if you change and recompile the Java classes, you will not see the changes,
+ as Java will only look at the jar file. To regenerate the
+ jar from the Java code, go to <tt>support/sdk/java</tt> and type
+ <tt>make tinyos.jar</tt>.
  </body>
  </html>



More information about the Tinyos-2-commits mailing list