Grzegorz B. Prokopski wrote:
> In current trunk it is used to set
>
> sun.boot.class.path
>
> property. This has to be done from Classpath in
>
> private static void insertSystemProperties(Properties p)
> {
> [...]
> // We now set a non-standard property used by software like Ant
> // which depend on it.
> p.setProperty("sun.boot.class.path", getBootstrapClassPath());
> p.setProperty("sun.boot.library.path", getBootstrapLibraryPath());
>
> see
>
> svn://svn.sablevm.org/archives/sablevm-class-library/trunk/src/java/lang/Runtime.java
>
> Of course this is sun.* thing and should not be used. But this *is* used
> by many programs so ex. Kaffe sets this property.
Seems like this "fix" (really workaround) should be merged into
Classpath itself too, no?
-Archie
__________________________________________________________________________
Archie Cobbs * Halloo Communications * http://www.halloo.com
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath