"Joseph C. Lesh" <[EMAIL PROTECTED]> writes:
> Also, I am still totally unable to get Classpath to work on my
> box. Everything makes fine, it installs fine but when I try and start
> Japhar now it tells me "Could not create Virtual Machine" On the other hand
> japhar works fine when I leave the Classes.zip file in its share
> directory. Anyway, until I get that working I won't commit my changes to
> the string pattern matching code, b/c I can't really test them, eh?
I'm not sure if John ever put his HowTo on the website.
If you've done the 'make' and configured --with-japhar then after
'make install' you should set your
LD_LIBRARY_PATH=/usr/local/nspr/lib:/usr/local/japhar/lib/classpath
and change your classpath to /usr/local/japhar/share/classpath being
sure to NOT include the JDK classes.
I don't know, but you may have to configure Japhar without
--with-jdk... no idea since I never use that option.
Above assumes:
- Japhar prefix is /usr/local
- nspr prefix is /usr/local ? (or /usr/local/nspr... can't validate at
the moment)
- LD_LIBRARY_PATH on GNU/Linux, Solaris ; SHLIB_PATH on HP/UX ;
LIBPATH on AIX.
- Never been tested to work on anything other than GNU/Linux
Hope this helps if it wasn't obvious before...
Brian
--
Brian Jones <[EMAIL PROTECTED]>