|
From: <php...@li...> - 2008-08-22 17:25:54
|
Thank you.
I was able to sort of get it going, but the work-around was lame. What I
found was that if I included every jar file accessed in every object
called in the PHP code, that it could resolve the references. I'll start
using the /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/ext directory to hold
my jars in the future. This is what I was looking for.
Charles Shaffer
Senior Analyst
NTN-Bower Corporation
php...@li...
Sent by: php...@li...
08/22/2008 05:43 AM
Please respond to php-java-bridge-users
To: php...@li...
cc:
Subject: Re: [Php-java-bridge-users] (no subject)
Hi,
a *global* CLASSPATH variable (i.e. which is set directly by the kernel or
the init process) doesn't exist. So you can't use it. (the whole classpath
concept is insane anyway).
Please store your libraries in the jre/lib/ext repository instead.
Depending on your version this is /usr/lib/jvm/java-6-sun/jre/lib/ext or
java-6-sun-1.6.0.03/jre/lib/ext or wherever.
Regards,
Jost Boekemeier
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
gegen Massenmails.
http://mail.yahoo.com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|