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


Thomas Watson <tjwatson@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tjwatson@xxxxxxxxxx




--- Comment #7 from Thomas Watson <tjwatson@xxxxxxxxxx>  2008-12-10 09:38:40 ---
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.


-- 
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