Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rt-pmc] [CQ 2882] backport of java.util.concurrent

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=2882





--- Comment #8 from Markus Kuppe <bugs.eclipse.org@xxxxxxxxxxx>  2008-12-10 09:47:57 ---
(In reply to comment #7)
> How are you going to load the java.util.concurrent package?  Are you going to
> place it on the boot classpath of the VM?  The VM will only allow the boot
> class loader to load classes from java.* packages.  This means the code cannot
> be contained in a bundle/plug-in.

Actually the code is in a different name space
(edu.emory.mathcs.backport.java.util). The OSGi-esque version can be found at
:pserver:anonymous@xxxxxxxxxxxxxxx:/ecf/plugins/edu.emory.mathcs.backport.


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top