Hello-
Just thought I'd put this out in case anybody else ran into problems.
I'm using Blackdown JDK1.2 pre-v2 for linux 2.0.x and JDK1.2.2 RC3 for
linux 2.2.x. These have been working well for me, but I ran into problems
compiling Jess5.0b3.
The problem is in how Jess' Makefile is set up so that the .class suffix
rule compiles each source file separately--somehow breaking the compiler's
knowledge of dependencies. To fix this, I added a rule to the makefile:
alt:
$(JAVAC) $(SRC)
'make alt' then compiles everything at once, also giving it quite a
performance boost.
-Dave Barnett
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------