Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Custom Execution Environment(Is it possible create tweaked copies of the built-in execution environments?)
Custom Execution Environment [message #1500252] Fri, 05 December 2014 20:38 Go to next message
Andy Lee is currently offline Andy LeeFriend
Messages: 1
Registered: December 2014
Junior Member
Specifying the JRE dependency of a Java project as an execution environment provides a number of nice benefits (such as making the project easily portable between systems since it will pick up and use any installed JRE that is compatible with the selected EE). However, we have found that the set of restrictions (namely, the forbidden references) imposed by the EEs is often too limiting for our purposes, forcing us to define the target JRE as 'Workspace Default' or 'Alternate JRE' which causes a lot of undesirable pain.

We ship a JRE with our product, so we know that we could safely remove some of the forbidden references from the JavaSE-1.8 execution environment, but cannot find a way to add a custom version of the JavaSE-1.8 execution environment short of writing an Eclipse plug-in. In a perfect world, a custom EE could be defined using a file in the workspace and actually checked into to version control. Is this currently possible? What is the simplest method to add a new Java Execution Environment to Eclipse?
Re: Custom Execution Environment [message #1503474 is a reply to message #1500252] Mon, 08 December 2014 13:58 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
That's an interesting feature request, but I think you'll find the JDT team doesn't participate or monitor this forum as much as you might expect. I suggest writing to the JDT mailing list to spark some discussion.
Previous Topic:New botom
Next Topic:ClassCastException with Java compiler, but not with Eclipse compiler????
Goto Forum:
  


Current Time: Tue Apr 16 16:38:43 GMT 2024

Powered by FUDForum. Page generated in 0.04182 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top