Wrong location of libjvm with Java 1.4
Brought to you by:
giacometti
I'm using Java 1.4 on Linux, and noticed that when I
run make, it looks for libjvm in
/usr/java/j2sdk1.4.0_03/jre/lib/i386/classic. It
failed, and so I went poking around and found libjvm in
/usr/java/j2sdk1.4.0_03/jre/lib/i386/client. Changing
one line in c/Makefile allowed me to make, so that's my
workaround.
$ java -version
java version "1.4.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.0_03-b04)
Java HotSpot(TM) Client VM (build 1.4.0_03-b04, mixed mode)