Click to See Complete Forum and Search --> : Javac ??


WaveSurfer
08-19-2001, 02:55 AM
Im using Mandrake 8.0 and am trying to install Muffin prog. Its asking for Javac compiler. Please confirm I can use this on Mandrake. The errors are as follows:
[stephen@localhost muffin-0.9.3a]$ make
(cd src; make all jar)
make[1]: Entering directory `/home/stephen/tmp/muffin-0.9.3a/src'
compiling with javac
/bin/sh: javac: command not found
make[1]: *** [classes] Error 127
make[1]: Leaving directory `/home/stephen/tmp/muffin-0.9.3a/src'
make: *** [all] Error 2
Thanks

Chatterjee
08-19-2001, 03:02 AM
you probably need the JDK for Linux... get it at www.download.com (http://www.download.com)

-S