Re: Template makefile for Java?

2000-12-07 Thread Florent Coste
You could use ant, it some a new standard makefile for java development : http://jakarta.apache.org. ( it has built in 'rules' for many common tasks ). Florent. Vladimir G Ivanovic wrote: > > If you have makefile that could be used as a template, please post it > (or post a link to it.) It wou

Re: Can anyone help

2001-06-18 Thread Florent Coste
I think that the commercial edition of Together does that stuff. regards, Florent vijay kukreja wrote: > hi all, > I'm looking for some tool which could read java source code > or byte code and generate sequence diagrams(uml) by > reverse engineering. > I have class diagrams generated out of Ra

Re: Java Threads on Linux

2001-10-03 Thread Florent Coste
> In Linux: > Well, I hope to hear it from you guys. ;) ... since it is not in the book > that I have and I am not a kernel guru ... and how is it different between > 2.2 and 2.4. Hello all, I'm not a kernel guru too, but what know is that : java threads are mapped to posix threads (linuxthread