Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Listening for JRE changes


While using my own launch configuration, I would like to be able to listen for changes to the selected JRE on the JavaEnviromentTab and update the classpath/bootpath accordingly.  I know that right now the JavaEnviromentTab is private, but it will be moved to API eventually, right?  Second, even if the tab was moved to API, all the widgets are private so that I cannot attach listeners to them.  I suggest that the widgets either be moved to protected, or that protected getter methods be added for every widget.  Bug report #12281.

Back to the top