Re: [Sablevm-developer] boot.library.path vs. boot.class.path
Brought to you by:
egagnon
From: Archie C. <ar...@de...> - 2004-03-16 14:49:16
|
Chris Pickett wrote: > --property=sablevm.boot.class.path=/some-transformed-path/ > > and > > --property=sablevm.boot.library.path=/some-transformed-path/ > > do, or at least tell me where to look? In other words, what is the > difference between them? A class path is a search path for Java class files, while a library path is a search path for shared library files (e.g., ELF files), such as may be needed by classes that rely on external native code. -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com |