Re: Solution for CLASSPATH revisited

2003-04-22 Thread Nicos Panayides
On Tue, 2003-04-22 at 00:17, Ola Lundqvist wrote: > Hello > > On Mon, Apr 21, 2003 at 07:25:30PM -0700, Nicos Panayides wrote: > > After suggestions from Ola I extended the classloaded and it now works with > > package dependencies. > > > > How it works: > > Every package has a file in /etc/deb

Re: Solution for CLASSPATH revisited

2003-04-22 Thread Matt Zimmerman
On Mon, Apr 21, 2003 at 07:25:30PM -0700, Nicos Panayides wrote: > After suggestions from Ola I extended the classloaded and it now works > with package dependencies. If java is to be used in applications similar to traditional C shared libraries, it is going to need to have version information e

Re: Solution for CLASSPATH revisited

2003-04-22 Thread Ola Lundqvist
Hello On Mon, Apr 21, 2003 at 07:25:30PM -0700, Nicos Panayides wrote: > After suggestions from Ola I extended the classloaded and it now works with > package dependencies. > > How it works: > Every package has a file in /etc/debian-classloader/ with the following > format: > classpath = /usr/s

Solution for CLASSPATH revisited

2003-04-21 Thread Nicos Panayides
After suggestions from Ola I extended the classloaded and it now works with package dependencies. How it works: Every package has a file in /etc/debian-classloader/ with the following format: classpath = /usr/share/java/x.jar ... depends = package1 package2 A class is started with: deb-