Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce number of entries from Excecution enviornment in run configuration #1460

Open
vogella opened this issue Nov 6, 2024 · 3 comments
Open

Comments

@vogella
Copy link
Contributor

vogella commented Nov 6, 2024

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.

image

@laeubi
Copy link
Contributor

laeubi commented Nov 6, 2024

JDT has removed support for Java < 8

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

@vogella
Copy link
Contributor Author

vogella commented Nov 6, 2024

So you are against reducing these entries @laeubi?

@laeubi
Copy link
Contributor

laeubi commented Nov 6, 2024

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
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants