Hi, and thanks for responding
On 4/2/05 1:37 AM, in article
c7d6f247.0504020037.575d4755@posting.google.com, "jost2345@yahoo.de"
<jost2345@yahoo.de> wrote:
[color=blue]
> In which setup documentation have you found this? According to the
> README it is java.classpath. That aside, you're right, the
> documentation is currently in a horrible state, it's just that I don't
> have enough time to work on it at the moment.[/color]
Arrgh. It looks like I was looking at the docs for the default Java Bridge
that comes with PHP4, not yours. Someone slap me.
[color=blue]
> The recommended method is to create a .jar file and store it in
> /usr/share/java or in %JAVA_HOME%\jre\lib\ext (on windows) for
> example, please see the INSTALL and README document. -- BTW: Why do
> you want to load individual class files?[/color]
The only reason being that I'm doing development and testing and I want to
be able to edit and swap classes out with emacs and javac. I'd like to add
to the classpath because I have a group of files I'm working on that I want
to keep in their own place. I guess the jarfile is how I keep everything in
one place though?
Thanks,
Steve