Skip to content

Eclipse Run Configuration - Use Temporary Jar becomes secretly unchecked #1248

Closed
@toddfroyland

Description

@toddfroyland

In Eclipse Run Configurations, spring Boot App, modifying anything on any tab causes the "Use temporary JAR to specify classpath" checkbox on the Classpath tab to become unchecked, although it still shows as checked. Unchecking the box does not cause the "Apply" button to activate. Checking the box again allows you to click on "Apply". This ritual, uncheck, re-check, click Apply, must be done every time a configuration change is made.

To Reproduce

  1. Create a Spring Boot App run configuration that has the "Use temporary JAR to specify classpath" box on the Classpath tab checked.
  2. Save the configuration.
  3. Edit the configuration.
  4. Add, delete, or change something on the Environment tab. Click "Apply" there.
  5. Switch to the Classpath tab. Notice that the "Apply" button is grayed out.
  6. Uncheck the "Use temporary JAR to specify classpath" checkbox. Notice that the "Apply" button is still grayed out.
  7. Check the "Use temporary JAR to specify classpath" checkbox. Notice that the "Apply" button is now available to select

This has been an issue for several years. Since I just upgraded to the latest Eclipse (2024-03) and Spring Tool Suite 4 (4.22.0.202403071427), I thought I should finally report it.

Exported launch configuration attached.

DashboardBoot.launch.txt

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions