> Here is what the sysinfo utility reports on my development machine (network
> server run on localhost which is a windows machine):
> Java classpath: C:\Daten\eclipse ganymede\derby;
>
> Here is what sysinfo reports on the Linux server:
> Java classpath: /var/lib/derby/db-derby-10.5.3.0-bin/lib/derby.jar:
It looks like your development environment has your eclipse project home
directory in your classpath, but your Linux deployment environment does not.
I think you need to double-check the setup of the Linux server environment
so that the class files for the procedures you have written are in that classpath.
thanks,
bryan
|