Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] URL as build path entry?

I haven't heard about any efforts in this direction.
I also doubt that a URLClassLoader is awfully useful for this scenario,
because the compiler doesn't need the Class instance but a .class file,
IOW, not the runtime structure but the byte array as read from disk.
Sure, getResourceAsStream() could be used with some additional leg work ...

But why would that be a relevant use case in the first place?

Stephan

On 17.04.2018 17:52, Mikael Stålhammar wrote:
Hi

Any chance there is an implementation in the pipe to support having a URL as a build path entry for a java project, to have the compiler do remote class lookup via a URLClassLoader? Or is there already support for this in any of the existing Eclipse bundles?


Regards,
Mikael


_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-dev




Back to the top