Re: [Sablevm-developer] Request about ClassLibrary
Brought to you by:
egagnon
From: Prof. E. M. G. <eti...@uq...> - 2003-03-18 18:13:38
|
Hi Andrea, As David said, SableVM finds it's own class libraries (if properly installed) without the need to specify them using --classpath. The --classpath is used to specify the search locations for "application" classes, and it defaults to "." (current directory). Classes on the classpath are loaded using a Java-based class loader which is able to read from .jar files. (See src/gnu/java/lang/SystemClassLoader.java in the sablevm-class-library). Unfortunatly the VM's internal "bootstrap" class loader cannot read =66rom .jar files, as the bootstrap class loader cannot be *easily* written in Java [it would cause lots of chicken-egg problems; benn there, tried that :-(]. It is my intention to eventually link sablevm against the zlib library to read .jar files natively. [Contributions are welcome. :-))] Etienne On Tue, Mar 18, 2003 at 04:16:02PM +0100, Paolino paperino wrote: > Hi people!!! > I've installed and compiled successfully the SableVM > sources, after i downloaded the library's tars and > then i followed the instruction in the INSTALL file in > the subdir docs in the native library package...all > work well but now i want ask how can i pass the > compiled framework classes to the SableVM, i can't > find any classes.zip or .jar after the installation > step of the native library. which path i should pass > in --classpath variable when i launch the SableVM. >=20 > I greeting anyone can help me > Thanks mullons (a typical italian slang) >=20 > Andrea >=20 > ______________________________________________________________________ > Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino > http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.ht= ml >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink?=20 > You could win a Tablet PC. Get a free Tablet PC hat just for playing.=20 > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Sablevm-developer mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-developer --=20 Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |