> > 
> >   I want to construct a portable Makefile to build a java application.
> >
> I've played with Java and Make in the past, but I found that spawning a new
> instance of the Java compiler is more expensive than compiling a pretty big
> bunch of files. gcc starts up a lot quicker than a JVM.

Jikes is your friend.  We switched from using javac because of this.




Nate
ps. This should probably be moved to freebsd-java.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to