[Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-06 Thread Stephen Chou
I try to install tinydb, but one error appears. The screen output looks like *** $ rpm --ignoreos --force -ivh task-tinydb-1.1.3July2004cvs-1.cygwin.noarch.rpm Preparing...#

RE: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-06 Thread Firat TARAKTAS
16) 573 00 85 (int. 354) Fax:+90 (216) 469 85 07 [EMAIL PROTECTED] www.genetlab.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Chou Sent: Thursday, December 07, 2006 5:23 AM To: tinyos help Subject: [Tinyos-help] Cannot find java and javac - java

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-06 Thread Michael Schippling
fiddle around with the directories in your PATH until you can get "type java" to work, sorta like this: enfield:schip [256] type java java is /cygdrive/c/JAVA/j2sdk1.4.2_04/bin/java Assuming that your java is indeed where you say it is, your given path should work. Maybe a ":" is out of

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-07 Thread Stephen Chou
in my cygwin, when I input "type java", output is *** $ type java java is /cygdrive/c/j2sdk1.5.0/bin/java *** But when I install tinyos1.1.10, the output is : *

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-08 Thread Michael Schippling
That'sodd. I wonder if rpm is trying to use some (stupid) java control panel app to find the programs. In any case it should be possible to go back and manually make the tools directory after the smoke clears. sorry I can't be of much more help... MS Stephen Chou wrote: in my cygwin, when I

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-09 Thread Mr. Jonathan A. Gomez
On Friday 08 December 2006 15:34, Michael Schippling wrote: > That'sodd. I wonder if rpm is trying to use some (stupid) > java control panel app to find the programs. In any case it > should be possible to go back and manually make the tools > directory after the smoke clears. Looking at the p

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-09 Thread Mr. Jonathan A. Gomez
I forgot to mention the obvious idea of installing an appropriate version of Sun Java possibly helping. That is, since it says, "# Hopefully this will always work on cygwin with Sun's Java" in the one detection script... (see previous message). Good Luck, -- Jon.

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-12 Thread David Gay
On 12/8/06, Michael Schippling <[EMAIL PROTECTED]> wrote: That'sodd. I wonder if rpm is trying to use some (stupid) java control panel app to find the programs. In any case it should be possible to go back and manually make the tools directory after the smoke clears. rpm scripts run in an e

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-12 Thread Michael Schippling
OK, that makes some sense...but what was wrong with good'ole tar xvf make install or am I showing my age? MS p.sactually though...on MSWidows I'd expect to have the MyCompuker control panel env vars and settings which, sometimes, have the right java PATH... David Gay wrote:

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-12 Thread David Gay
On 12/12/06, Michael Schippling <[EMAIL PROTECTED]> wrote: OK, that makes some sense...but what was wrong with good'ole tar xvf make install or am I showing my age? It's the lack of "make uninstall" that is the problem. But hey, we provide all the stuff in that form if you want

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-12 Thread Michael Schippling
I don't think I've ever seen an uninstall that actually worked, but that's probably because I'm too dull to convert to Linux... That's the best reason I've heard for rpm though. thx MS David Gay wrote: On 12/12/06, Michael Schippling <[EMAIL PROTECTED]> wrote: OK, that makes some sense...but wh