Yes, point 1 is correct. I use JDE with emacs and when I'm working on a
file, I just do ctrl-cvc to compile that file. It works really nice.
There really should be a better way to do projects though without using a
fast compiler like jikes as a crutch for dealing with large projects.
JBuilder has it's own dependency checking and recompile process that it
goes through, there needs to be a free version of something like that to
go along with the jdk.
On Sat, 31 Jul 1999, Kontorotsui wrote:
>
> Thank you all for the many advices and the big discussion.
>
> I sorted out this strategy:
>
> 1) If I change only a class because I edit the java file to add a ; I forgot, I
> compile by using javac onlythisclass.java
>
> 2) If I change a lot, I compile with jikes
>
> 3) Since javac does better optimization, the "final" compilation is done with
> make clean and then make by using javac.
>
> So far it worked, do you think that point 1 is correct?
>
> ---
> Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
> University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
> My home page: http://www.cli.di.unipi.it/~controzz/intro.html
>
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]