Re: [Tinyos-help] tinyViz running problems

2006-08-22 Thread MINO GB
Check java path in environment variables. If you install many version of java, the path in Environment may be not consistent.Go to opt\tinyos-1.x\tools\java folder runmake cleanmake
On 8/16/06, Firat TARAKTAS 
[EMAIL PROTECTED] wrote:






Yes, i am using eclipse with TinyOs 
plug-in.First, we thougt that eclipse 
requires java 1.5 and tinyos requires 1.4. We uninstalled 1.5 and install 
eclipse and tinyos plugin. But it didn't run the example applications. When i 
deal more with it, i faced a getenv.dll error. Then toanother computer, we 
installed tinyos directly from tinyos.net, but it didn't compile the files in 
tools/java/net/tinyos/sim directory. 
I almost searched every help-mail. But they did not 
get rid of my problem.




___Fırat 
TARAKTAŞ 





GENETLAB BİLGİ TEKNOLOJİLERİ A.Ş. 


Kayışdağı Caddesi Kar Plaza D Blok Kat:3 34752İçerenköy / 
İstanbul 


Tel: +90 (216) 573 00 85 | 354 
Fax:+90 (216) 469 85 07 




[EMAIL PROTECTED]www.genetlab.com

 





- Original Message - 

  

From: 
  MINO GB 
  To: 

Firat TARAKTAS 
  Cc: 

Munaretto, Daniel ; tinyos-help@millennium.berkeley.edu
 
  
  Sent: Wednesday, August 16, 2006 1:45 
  PM
  Subject: Re: [Tinyos-help] tinyViz 
  running problems
  Did you use TinyOsCygwinEnv in 
  Eclipse? I installed tinyos directly from tinyos.net and used TinyOS Wrapper in Eclipse. 
  TinyViz will run well. I tried run tinyViz with TinyOsCygwinEnv_1.0.0 and it cannot run.
  On 8/16/06, Firat 
  TARAKTAS [EMAIL PROTECTED] 
  wrote:
  


When i compile in sim directory, i've got 
errors:

[EMAIL PROTECTED] 
/opt/tinyos-1.x/tools/java/net/tinyos/sim$ make... 
/opt/tinyos-1.x/tools/java/net/tinyos/sim(cd msg; make)make[1]: 
Entering directory `/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'javac 
*.javaADCDataReadyEvent.java:9: cannot access 
net.tinyos.message.Messagebad class file: 
c:\eclipse\plugins\TinyOsCygwinEnv_1.0.0\env\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\message\Message.classclass 
file has wrong version 49.0, should be 48.0Please remove or make sure it 
appears in the correct subdirectory of the classpath.public class 
ADCDataReadyEvent extends net.tinyos.message.Message 
{ 
^1 errormake[1]: *** [DebugMsgEvent.class] Error 1make[1]: 
Leaving directory `/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'make: 
*** [msgs] Error 2



___Fırat 
TARAKTAŞ 






GENETLAB BİLGİ TEKNOLOJİLERİ 
A.Ş. 

Kayışdağı Caddesi Kar Plaza D Blok Kat:3 34752 
İçerenköy / 
İstanbul 

Tel: +90 (216) 573 00 85 
| 354 
Fax:+90 (216) 469 85 07 





[EMAIL PROTECTED]www.genetlab.com

 




- Original Message - 


  

From: 
  MINO GB 
  To: 
  Munaretto, 
  Daniel 
  Cc: 
  Firat TARAKTAS 
  ; tinyos-help@millennium.berkeley.edu 


  Sent: 
  Wednesday, August 16, 2006 1:03 PM
  Subject: 
  Re: [Tinyos-help] tinyViz running problems
  I didn't install any driver to run tinyviz. I just install 
  tinyos, compile java, and it run. The first time, I still got connection 
  to simulator failed error and I found that my firewall (Zone Alarm) 
  blocked it. When I set my firewall config, tinyviz run well. 
  On 8/16/06, Munaretto, Daniel 

[EMAIL PROTECTED] wrote: 
  i 
think your problem is on the real file name. In the tutorial it's shown 
an old name, for example in my pc i call SimDriver to run tinyviz. Check 
your files, it's the only my own suggestion i can provide for 
you.cheers 
Daniele-Original 
Message-From: 
Firat TARAKTAS [mailto:[EMAIL PROTECTED]]Sent: 
Wed 8/16/2006 11:17 
AMTo: MINO GB 
Cc: tinyos-help@Millennium.Berkeley.EDUSubject: 
Re: [Tinyos-help] tinyViz running 
problemsHi,I 
see the tinyviz GUİ but, it gives connection to simulator failed error 
. Thanks for your 
interest. I am studying on this error for two days. And now i got 
crazy.___Fırat 
TARAKTAŞGENETLAB 
BİLGİ TEKNOLOJİLERİ 
A.Ş.Kayışdağı 
Caddesi Kar Plaza D Blok Kat:3 
34752İçerenköy / 
İstanbulTel: +90 
(216) 573 00 85 | 
354Fax:+90 (216) 469 
85 07 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

 
www.genetlab.com 
http://www.genetlab.com/- 
Original Message 
-From: 
MINO GB mailto:[EMAIL PROTECTED]To: 
Firat TARAKTAS mailto: [EMAIL PROTECTED]Cc: 
tinyos-help@millennium.berkeley.eduSent: 
Wednesday, August 16, 2006 10:01 AM 
Subject: 
Re: [Tinyos-help] tinyViz running 
problemsWhat's

Re: [Tinyos-help] tinyViz running problems

2006-08-16 Thread MINO GB
What's error messages which you get in cygwin windows? I am using tinyViz Tool and it runs very well.On 8/15/06, Firat TARAKTAS 
[EMAIL PROTECTED] wrote:







Hi all,
I have a similar problem announcedby Pagliari 
on 10 March. The last message indicates that there is a solution. Can you inform 
me about it please?


rom pagliari at dibe.unige.it Fri Mar 10 
02:10:54 2006From: pagliari at dibe.unige.it (Roberto)Date: Fri Mar 10 
02:11:22 2006Subject: [Tinyos-help] tinyViz running problemsMessage-ID: 
[EMAIL PROTECTED]

I'm starting now with tinyOS and tinyViz tools. I 
tried to run tinyViz,as described in tinyos.net tutorial

http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html


the windows of tinyViz is open after typingexport 
DBG=usr1tinyviz -run build/pc/main.exe 30

in apps/TestTinyViz. But the simulation does not run. In I push on 
theplay button, selecting some plugins before, does not happens 
anytthing.What is the reason ?rom pagliari at dibe.unige.it Fri 
Mar 10 02:48:56 2006From: pagliari at dibe.unige.it (Roberto)Date: Fri 
Mar 10 02:49:17 2006Subject: [Tinyos-help] tinyViz running 
problemsMessage-ID: [EMAIL PROTECTED]

In this way tinyViz runs correctly! Thank you very much!!



___Fırat 
TARAKTAŞ 





GENETLAB BİLGİ TEKNOLOJİLERİ A.Ş. 


Kayışdağı Caddesi Kar Plaza D Blok Kat:3 34752İçerenköy / 
İstanbul 


Tel: +90 (216) 573 00 85 | 354 
Fax:+90 (216) 469 85 07 



[EMAIL PROTECTED]www.genetlab.com 







___Tinyos-help mailing listTinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] tinyViz running problems

2006-08-16 Thread Firat TARAKTAS



Hi,
I see the tinyviz GUİ but, it gives "connection to 
simulator failed" error .
Thanks for your interest. I am studying on this 
error for two days. And now i got crazy.


___Fırat 
TARAKTAŞ 





GENETLAB BİLGİ TEKNOLOJİLERİ A.Ş. 


Kayışdağı Caddesi Kar Plaza D Blok Kat:3 34752İçerenköy / 
İstanbul 


Tel: +90 (216) 573 00 85 | 354 
Fax:+90 (216) 469 85 07 


[EMAIL PROTECTED]www.genetlab.com 





- Original Message - 

  From: 
  MINO GB 
  To: Firat TARAKTAS 
  Cc: tinyos-help@millennium.berkeley.edu 
  
  Sent: Wednesday, August 16, 2006 10:01 
  AM
  Subject: Re: [Tinyos-help] tinyViz 
  running problems
  What's error messages which you get in cygwin windows? I am 
  using tinyViz Tool and it runs very well.
  On 8/15/06, Firat 
  TARAKTAS  
  [EMAIL PROTECTED] wrote:
  



Hi 
all,
I have a similar 
problem announcedby Pagliari on 10 March. The last message indicates 
that there is a solution. Can you inform me about it 
please?


rom pagliari at dibe.unige.it Fri Mar 10 
02:10:54 2006From: pagliari at dibe.unige.it 
(Roberto)Date: Fri Mar 10 02:11:22 2006Subject: [Tinyos-help] 
tinyViz running problemsMessage-ID: [EMAIL PROTECTED]

I'm starting now with 
tinyOS and tinyViz tools. I tried to run tinyViz,as described in tinyos.net 
tutorial

http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html 


the windows of 
tinyViz is open after typingexport DBG=usr1tinyviz -run 
build/pc/main.exe 30

in apps/TestTinyViz. 
But the simulation does not run. In I push on theplay button, selecting 
some plugins before, does not happens anytthing.What is the reason 
?rom pagliari at dibe.unige.it Fri Mar 10 
02:48:56 2006From: pagliari at dibe.unige.it 
(Roberto)Date: Fri Mar 10 02:49:17 2006Subject: [Tinyos-help] 
tinyViz running problemsMessage-ID: [EMAIL PROTECTED]

In this way tinyViz 
runs correctly! Thank you very much!!


___Fırat 
TARAKTAŞ 



GENETLAB BİLGİ TEKNOLOJİLERİ 
A.Ş. 

Kayışdağı Caddesi Kar Plaza D Blok Kat:3 
34752İçerenköy / İstanbul 

Tel: +90 (216) 573 00 85 | 
354 Fax:+90 (216) 469 85 07 

[EMAIL PROTECTED]www.genetlab.com 



___Tinyos-help 
mailing listTinyos-help@Millennium.Berkeley.EDU 
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help 

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] tinyViz running problems

2006-08-16 Thread MINO GB
Did you use TinyOsCygwinEnv in
Eclipse? I installed tinyos directly from tinyos.net and used TinyOS
Wrapper in Eclipse. TinyViz will run well. I tried run tinyViz with TinyOsCygwinEnv_1.0.0 and it cannot run.On 8/16/06, 
Firat TARAKTAS [EMAIL PROTECTED] wrote:







When i compile in sim directory, i've got 
errors:

[EMAIL PROTECTED] 
/opt/tinyos-1.x/tools/java/net/tinyos/sim$ make... 
/opt/tinyos-1.x/tools/java/net/tinyos/sim(cd msg; make)make[1]: Entering 
directory `/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'javac 
*.javaADCDataReadyEvent.java:9: cannot access 
net.tinyos.message.Messagebad class file: 
c:\eclipse\plugins\TinyOsCygwinEnv_1.0.0\env\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\message\Message.classclass 
file has wrong version 49.0, should be 48.0Please remove or make sure it 
appears in the correct subdirectory of the classpath.public class 
ADCDataReadyEvent extends net.tinyos.message.Message 
{ 
^1 errormake[1]: *** [DebugMsgEvent.class] Error 1make[1]: Leaving 
directory `/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'make: *** [msgs] 
Error 2




___Fırat 
TARAKTAŞ 






GENETLAB BİLGİ TEKNOLOJİLERİ A.Ş. 


Kayışdağı Caddesi Kar Plaza D Blok Kat:3 34752
İçerenköy / 
İstanbul 


Tel: +90 (216) 573 00 85 
| 354 
Fax:+90 (216) 469 85 07 



[EMAIL PROTECTED]www.genetlab.com
 





- Original Message - 

  
From: 
  MINO GB 
  To: 
Munaretto, Daniel 
  Cc: 
Firat TARAKTAS ; tinyos-help@millennium.berkeley.edu
 
  
  Sent: Wednesday, August 16, 2006 1:03 
  PM
  Subject: Re: [Tinyos-help] tinyViz 
  running problems
  I didn't install any driver to run tinyviz. I just install 
  tinyos, compile java, and it run. The first time, I still got connection to 
  simulator failed error and I found that my firewall (Zone Alarm) blocked it. 
  When I set my firewall config, tinyviz run well. 
  On 8/16/06, Munaretto, 
  Daniel [EMAIL PROTECTED] 
  wrote:
  i 
think your problem is on the real file name. In the tutorial it's shown an 
old name, for example in my pc i call SimDriver to run tinyviz. Check your 
files, it's the only my own suggestion i can provide for you.cheers 
Daniele-Original 
Message-From: Firat 
TARAKTAS [mailto:[EMAIL PROTECTED]]Sent: 
Wed 8/16/2006 11:17 
AMTo: MINO GB 
Cc: tinyos-help@Millennium.Berkeley.EDUSubject: 
Re: [Tinyos-help] tinyViz running 
problemsHi,I 
see the tinyviz GUİ but, it gives connection to simulator failed error . 
Thanks for your 
interest. I am studying on this error for two days. And now i got 
crazy.___Fırat 
TARAKTAŞGENETLAB BİLGİ 
TEKNOLOJİLERİ 
A.Ş.Kayışdağı Caddesi 
Kar Plaza D Blok Kat:3 
34752İçerenköy / 
İstanbulTel: +90 (216) 
573 00 85 | 354Fax:+90 
(216) 469 85 07 [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
www.genetlab.com 
http://www.genetlab.com/- 
Original Message 
-From: 
MINO GB mailto:[EMAIL PROTECTED]To: 
Firat TARAKTAS mailto: [EMAIL PROTECTED]Cc: 
tinyos-help@millennium.berkeley.eduSent: 
Wednesday, August 16, 2006 10:01 AM 
Subject: 
Re: [Tinyos-help] tinyViz running 
problemsWhat's 
error messages which you get in cygwin windows? I am using tinyViz Tool and 
it runs very 
well.On 
8/15/06, Firat TARAKTAS  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] 
 
wrote:Hi 
all, 
I 
have a similar problem announced by Pagliari on 10 March. The last message 
indicates that there is a solution. Can you inform me about it 
please?rom 
pagliari at dibe.unige.itFri 
Mar 10 02:10:54 
2006From: 
pagliari at dibe.unige.it 
(Roberto)Date: 
Fri Mar 10 02:11:22 2006 
Subject: 
[Tinyos-help] tinyViz running 
problemsMessage-ID: 
[EMAIL PROTECTED] 
http://  
I'm 
starting now with tinyOS and tinyViz tools. I tried to run 
tinyViz,as 
described in tinyos.net 
tutorial 
http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html 
http://the 
windows of tinyViz is open after typing 
export 
DBG=usr1tinyviz 
-run build/pc/main.exe 
30in 
apps/TestTinyViz. But the simulation does not run. In I push on 
theplay 
button, selecting some plugins before, does not happens anytthing. 
What 
is the reason 
?rom 
pagliari at dibe.unige.itFri 
Mar 10 02:48:56 
2006From: 
pagliari at dibe.unige.it 
(Roberto)Date: 
Fri Mar 10 02:49:17 
2006Subject: 
[Tinyos-help] tinyViz running 
problemsMessage-ID: 
 
[EMAIL PROTECTED] http:// 
In 
this way tinyViz runs correctly! Thank you very 
much!!___ 
Fırat 
TARAKTAŞGENETLAB 
BİLGİ TEKNOLOJİLERİ 
A.Ş.Kayışdağı 
Caddesi Kar Plaza D Blok Kat:3 
34752İçerenköy 
/ İstanbul 
Tel

Re: {Spam?} Re: [Tinyos-help] tinyViz running problems

2006-08-16 Thread Simon Willis
I am running the Eclipse plugin with the TinyOS core. It was very easy 
to install this way. I installed java 1.5 to run Eclipse and haven't had 
any problems with tinyos. Toscheck reports that this is the wrong 
version of Java, but everything seems to work OK.


Firat TARAKTAS wrote:
Yes, i am using eclipse with TinyOs plug-in.  First, we thougt that 
eclipse requires java 1.5 and tinyos requires 1.4. We uninstalled 1.5 
and install eclipse and tinyos plugin. But it didn't run the example 
applications. When i deal more with it, i faced a getenv.dll error. 
Then to another computer, we installed tinyos directly from 
tinyos.net, but it didn't compile the files in 
tools/java/net/tinyos/sim directory.

I almost searched every help-mail. But they did not get rid of my problem.
 
 
___

* Fırat TARAKTAŞ * * *
*GENETLAB BİLGİ TEKNOLOJİLERİ A.Ş.*
Kayışdağı Caddesi Kar Plaza D Blok Kat:3 34752
İçerenköy / İstanbul
Tel: +90 (216) 573 00 85 | 354
Fax:+90 (216) 469 85 07
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
*www.genetlab.com
*   * * http://www.genetlab.com/
 
 
- Original Message -


*From:* MINO GB mailto:[EMAIL PROTECTED]
*To:* Firat TARAKTAS mailto:[EMAIL PROTECTED]
*Cc:* Munaretto, Daniel mailto:[EMAIL PROTECTED] ;
tinyos-help@millennium.berkeley.edu
mailto:tinyos-help@millennium.berkeley.edu
*Sent:* Wednesday, August 16, 2006 1:45 PM
*Subject:* Re: [Tinyos-help] tinyViz running problems

Did you use TinyOsCygwinEnv in Eclipse? I installed tinyos
directly from tinyos.net http://tinyos.net and used TinyOS
Wrapper in Eclipse. TinyViz will run well. I tried run tinyViz
with TinyOsCygwinEnv_1.0.0 and it cannot run.

On 8/16/06, *Firat TARAKTAS* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

When i compile in sim directory, i've got errors:
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

/opt/tinyos-1.x/tools/java/net/tinyos/sim
$ make
... /opt/tinyos-1.x/tools/java/net/tinyos/sim
(cd msg; make)
make[1]: Entering directory
`/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'
javac *.java
ADCDataReadyEvent.java:9: cannot access net.tinyos.message.Message
bad class file:
c:\eclipse\plugins\TinyOsCygwinEnv_1.0.0\env\cygwin\opt\tinyos-1
.x\tools\java\net\tinyos\message\Message.class
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct
subdirectory of the classpa
th.
public class ADCDataReadyEvent extends
net.tinyos.message.Message {
 ^
1 error
make[1]: *** [DebugMsgEvent.class] Error 1
make[1]: Leaving directory
`/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'
make: *** [msgs] Error 2
 
 
___

* Fırat TARAKTAŞ * * *
*GENETLAB BİLGİ TEKNOLOJİLERİ A.Ş.*
Kayışdağı Caddesi Kar Plaza D Blok Kat:3 34752
İçerenköy / İstanbul
Tel: +90 (216) 573 00 85 | 354
Fax:+90 (216) 469 85 07
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
*www.genetlab.com
*   ** http://www.genetlab.com/
 
 
- Original Message -


*From:* MINO GB mailto:[EMAIL PROTECTED]
*To:* Munaretto, Daniel mailto:[EMAIL PROTECTED]
*Cc:* Firat TARAKTAS mailto:[EMAIL PROTECTED]
; tinyos-help@millennium.berkeley.edu
mailto:tinyos-help@millennium.berkeley.edu
*Sent:* Wednesday, August 16, 2006 1:03 PM
*Subject:* Re: [Tinyos-help] tinyViz running problems

I didn't install any driver to run tinyviz. I just install
tinyos, compile java, and it run. The first time, I still
got connection to simulator failed error and I found
that my firewall (Zone Alarm) blocked it. When I set my
firewall config, tinyviz run well.

On 8/16/06, *Munaretto, Daniel*
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

i think your problem is on the real file name. In the
tutorial it's shown an old name, for example in my pc
i call SimDriver to run tinyviz. Check your files,
it's the only my own suggestion i can provide for you.
cheers
Daniele

-Original Message-
From: Firat TARAKTAS
[mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]]
Sent: Wed 8/16/2006 11:17 AM
To: MINO GB
Cc: tinyos-help@Millennium.Berkeley.EDU
mailto:tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] tinyViz running problems

2006-08-16 Thread jryans
There is a text file at tools/java/net/tinyos/util/Env.INSTALL that explains how
to install getenv.dll, which should help with that issue.  For TinyOS 1.x, you
do need to use Java 1.4, but Eclipse works just fine with that too.  As far as
your compilation problems, you could try recompiling all the Java code:

cd /opt/tinyos-1.x/tools/java
make clean
make

- Ryan Stinnett

 Date: Wed, 16 Aug 2006 14:06:29 +0300
 From: Firat TARAKTAS [EMAIL PROTECTED]
 Subject: Re: [Tinyos-help] tinyViz running problems
 To: MINO GB [EMAIL PROTECTED]
 Cc: tinyos-help@millennium.berkeley.edu
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-9

 Yes, i am using eclipse with TinyOs plug-in. First, we thougt that eclipse
 requires java 1.5 and tinyos requires 1.4. We uninstalled 1.5 and install
 eclipse and tinyos plugin. But it didn't run the example applications. When i
 deal more with it, i faced a getenv.dll error. Then to another computer, we
 installed tinyos directly from tinyos.net, but it didn't compile the files in
 tools/java/net/tinyos/sim directory.
 I almost searched every help-mail. But they did not get rid of my problem.



 ___
 Fýrat TARAKTAÞ
 GENETLAB BÝLGÝ TEKNOLOJÝLERÝ A.Þ.
 Kayýþdaðý Caddesi Kar Plaza D Blok Kat:3 34752
 Ýçerenköy / Ýstanbul

 Tel: +90 (216) 573 00 85 | 354
 Fax:+90 (216) 469 85 07

 [EMAIL PROTECTED]
 www.genetlab.com






 - Original Message -
   From: MINO GB
   To: Firat TARAKTAS
   Cc: Munaretto, Daniel ; tinyos-help@millennium.berkeley.edu
   Sent: Wednesday, August 16, 2006 1:45 PM
   Subject: Re: [Tinyos-help] tinyViz running problems


   Did you use TinyOsCygwinEnv in Eclipse? I installed tinyos directly from
 tinyos.net and used TinyOS Wrapper in Eclipse. TinyViz will run well. I tried
 run tinyViz with TinyOsCygwinEnv_1.0.0 and it cannot run.


   On 8/16/06, Firat TARAKTAS [EMAIL PROTECTED] wrote:
 When i compile in sim directory, i've got errors:

 [EMAIL PROTECTED] /opt/tinyos-1.x/tools/java/net/tinyos/sim
 $ make
 ... /opt/tinyos-1.x/tools/java/net/tinyos/sim
 (cd msg; make)
 make[1]: Entering directory
 `/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'
 javac *.java
 ADCDataReadyEvent.java:9: cannot access net.tinyos.message.Message
 bad class file:
 c:\eclipse\plugins\TinyOsCygwinEnv_1.0.0\env\cygwin\opt\tinyos-1
 .x\tools\java\net\tinyos\message\Message.class
 class file has wrong version 49.0, should be 48.0
 Please remove or make sure it appears in the correct subdirectory of the
 classpa
 th.
 public class ADCDataReadyEvent extends net.tinyos.message.Message {
  ^
 1 error
 make[1]: *** [DebugMsgEvent.class] Error 1
 make[1]: Leaving directory
 `/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'
 make: *** [msgs] Error 2
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: Re: [Tinyos-help] tinyViz running problems

2006-03-10 Thread Roberto
In this way tinyViz runs correctly! Thank you very much!!


___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help