Michael Doherty wrote:
>
> Greetings all,
[...]
> (Any sample Makefiles for java would be appreciated - TIA)
>
> Anyway, the thing with linux is that it seems to run java code faster
> than NT. NetBeans on the NT side (200MHz K6 w/128MB ram) is almost
[...]
I'm surprised. NetBeans crawls with the Blackdown
Linux JDK. Are you using TYA perhaps? What version?
For a Makefile, I suggest:
all:
jikes *.java
clean:
rm -f *.class core *~
That's it. It works for me. Jikes is fast enough to
completely recompile my entire Java project (60
source files) in just a few seconds. And if you
use it as above, then it works out the dependencies
and only recompiles what's necessary.
Rich.
--
- Richard Jones. Linux contractor London and SE areas. -
- Very boring homepage at: http://www.annexia.demon.co.uk/ -
- You are currently the 1,991,243,100th visitor to this signature. -
- Original message content Copyright (C) 1998 Richard Jones. -