You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDT has removed support for Java < 8. Maybe we should also remove the entries from execution environment. Also we may want to sort revert so that the latest entries are on the top.
The text was updated successfully, but these errors were encountered:
It only has removed support for compiling (!) you still can run code with pre java 8 (not that I think it is much of relevance today) beside that an older Execution Environment can be bound to a newer JDK (as already seen in your screenshot).
I just wanted to note that runtime is not the same as compile time. Apart from that I'm not even sure this is managed by PDE, I think thats provided by JDT anyways, e.g. in a plain java application launch I have the same choices here
JDT has removed support for Java < 8. Maybe we should also remove the entries from execution environment. Also we may want to sort revert so that the latest entries are on the top.
The text was updated successfully, but these errors were encountered: