I trying to use classpath (with any JVM). The configure script seems
to want Japhar, so I'm trying to use Japhar. It's not working.
Am I doing anything obviously wrong here?
1. I built and installed Japhar 0.08. Then, I did
"ln -s /home/java/lib/classes.zip /home/japhar/share", and I
tested Japhar with a Hello World program. It worked.
2. I installed jikes 1.11.
3. Using the latest classpath sources, I did:
configure --with-jikes
--with-classlib=/home/java/lib/classes.zip
--with-javah=/home/java/bin/javah
4. I ran "make" and "make install" with no problems.
5. I erased the /home/japhar/share/classes.zip symlink.
6. I ran "japhar --classpath=/home/japhar/share/classpath Hello"
and it seg faulted.
So, while I'm sure there's lots of stuff I might be doing wrong, is
there anything I'm definately doing wrong?
Maybe I shouldn't try to combine jikes, Sun's javah, and japhar?
Thanks for any help,
Sal.