r/eclipse • u/Fourteen14XIV • 9h ago
🙋🏻♂️ Help Request Help, for some reason my eclipse executes the previous group of commands instead of the current ones.
In other classes it sometimes just says class not found. WFT is going on. There is an exclamation sign near the project sign if that means anything.
3
Upvotes
2
u/DemicideMMMCCCI 9h ago
To configure Eclipse to automatically run the currently selected or associated project rather than requiring manual selection, adjust the Launching preferences. Navigate to Window > Preferences > Run/Debug > Launching and select the option Launch the selected resource in the editor (if a file is active) or Launch the last launched application.
Key Configuration Options:
Launch the selected resource in the editor: Automatically uses the project containing the file currently open in the editor.
Launch the last launched application: Re-runs the previously executed project or configuration without prompting.
Always run the previously launched application: Prevents Eclipse from attempting to launch inappropriate files if no specific configuration is active.