classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sablevm-developer] Re: [Sablevm-developer] Java_java_lang_Runtime_g


From: Archie Cobbs
Subject: Re: [Sablevm-developer] Re: [Sablevm-developer] Java_java_lang_Runtime_getBootstrapClassPath unused?
Date: Fri, 12 Dec 2003 08:39:48 -0600 (CST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]