Re: Fwd: Prohibited package name: java.util.stream

2013-06-04 Thread Nabeel Memon
Thanks a lot Mike, Jon and Alan. Although building from source wasn't as straight-forward as I mentioned but I got it running. Someone should add these details to the document to make it easier for others. Nabeel On Tue, Jun 4, 2013 at 1:55 AM, Alan Bateman wrote: > On 03/06/2013 21:00, Nabeel

Re: Fwd: Prohibited package name: java.util.stream

2013-06-03 Thread Alan Bateman
On 03/06/2013 21:00, Nabeel Memon wrote: Simply running 'make jdk_util' under the test folder is failing and throwing the same exception: java.lang.SecurityException: Prohibited package name: java.util.stream... for all test sources under under: java/util/stream/test/* and java/util/stream/boo

Fwd: Prohibited package name: java.util.stream

2013-06-03 Thread Nabeel Memon
Simply running 'make jdk_util' under the test folder is failing and throwing the same exception: java.lang.SecurityException: Prohibited package name: java.util.stream... for all test sources under under: java/util/stream/test/* and java/util/stream/boottest/* Can anyone please verify if i've