Use jikes, from http://www.alphaworks.ibm.com.
It also happens to be faster and more rigerous than javac.
enjoy!
-dan
Bernd Kreimeier wrote:
> The weird logic in which javac handles or ignores
> dependencies (esp. source files more recent than
> class files) never ceases to annoy me. Does anyb
Bernd Kreimeier writes:
>
> The weird logic in which javac handles or ignores
> dependencies (esp. source files more recent than
> class files) never ceases to annoy me. Does anybody
> have a decent solution to share that creates
> dependencies from "import" and makes them work with
> JDK?
Since questions about dependencies generation with java
comes up quite often, I decided to put online a java application
development template. It consists of a directory structure and
a makefile that uses the dependencies generated by JavaDeps.
It is available at : http://www.iro.UMontreal.CA/~t
Bernd Kreimeier wrote:
> The weird logic in which javac handles or ignores
> dependencies (esp. source files more recent than
> class files) never ceases to annoy me. Does anybody
> have a decent solution to share that creates
> dependencies from "import" and makes them work with
> JDK?
>
>
The weird logic in which javac handles or ignores
dependencies (esp. source files more recent than
class files) never ceases to annoy me. Does anybody
have a decent solution to share that creates
dependencies from "import" and makes them work with
JDK?
b.