Nicola Ken Barozzi wrote:
>
> Stefan Bodewig wrote:
>
>> On Tue, 07 Jan 2003, Nicola Ken Barozzi <nicolaken@apache.org> wrote:
>>
>>>> java.lang.NullPointerException at
>>>
>>
>>> CompilerAdapterFactory.class.getClassLoader().loadClass(
>>> "com.sun.tools.javac.Main" );
>>>
>>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>>
>> Some VMs return null in Class.getClassloader() for classes loaded by
>> the system classloader.
>
>
> Errr, so it's a bug, right?
>
> I'm confused, how can I know if a class can be loaded if I can't get a
> classloader? 8-?
>
Note:
For my local gump I have set <property name="build.sysclasspath"
value="last"/>
see http://csm.chalko.com/gump/myprofile/
I will try it as "first" and see what happens.
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|