Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] A general question around REST

On Mar 9, 2011, at 7:46 PM, Ali Naddaf wrote:

> I started playing with Bryan's bundles; it seems that the minimum execution environment is set to 1.6; is that a requirement for this to work? My environment needs to be 1.5 so that would be a show stopper for me. I will try to modify that and run that to see if it fails anywhere...
> 

I'm not aware of any use of 1.6 specific API's, so the code should work on a 1.5 JVM.  The execution environment is set to 1.6 because I develop on OS X where 1.5 is not installed and is no longer supported.  If I set the execution environment to 1.5, PDE gives me a warning for each bundle.  One of my goals is to be 100% warning free, so these warnings are a productivity sink.  If there's a way to turn off the execution environment warning, I'd be willing to change it to 1.5.

Bryan


Back to the top