Re: Does the Java compiler with Suns JDK supports multiprocessors in Linux

2002-01-30 Thread Thomas Eichberger
On Windows javac uses definitely only one processor. Ciao Thomas At 05:40 30.01.2002 -0500, Sean Owen wrote: >Yeah, I don't believe javac will benefit from multiple processors. >However, you can still take advantage of multiple processors, maybe, if >you can split up your compilation into t

Re: Does the Java compiler with Suns JDK supports multiprocessors in Linux

2002-01-30 Thread Sean Owen
Yeah, I don't believe javac will benefit from multiple processors. However, you can still take advantage of multiple processors, maybe, if you can split up your compilation into two or more independent, parallel compiles. For example I've organized my code on a J2EE project into three groups:

Re: Does the Java compiler with Suns JDK supports multiprocessors in Linux

2002-01-29 Thread Thorbjørn Ravn Andersen
tirsdag januar 29 2002 kl. 02:53 AM skrev Antony Stace: > I have a Struts project with a number of files and want to compile the > source files quicker. > Does anyone know if the java compilers and runtime environments included > with Suns JDK 1.3 and 1.4 systems > take advantage of a multipro