Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Run Configuration Error
Run Configuration Error [message #1862163] Thu, 16 November 2023 03:12 Go to next message
chen anjing is currently offline chen anjingFriend
Messages: 14
Registered: March 2023
Junior Member
Already deleted .p2 .eclipse and reinstalled eclipse, but it still reports an error in run configuration and can't create any new configurations.

error tips:
java.lang.NoClassDefFoundError: org/eclipse/jdt/debug/ui/launchConfigurations/JavaArgumentsTab

eclipse version:
Eclipse Modeling Tools
Version: 2023-09 (4.29.0)
Build id: 20230907-1323

Or
Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)
Version: 2023-09 (4.29.0)
Build id: 20230907-1323

And it works fine in a virtual machine.So I suspect it's an eclipse's bug.

How can i do it?
  • Attachment: error.png
    (Size: 68.74KB, Downloaded 68 times)
  • Attachment: log.png
    (Size: 98.08KB, Downloaded 56 times)

[Updated on: Thu, 16 November 2023 05:41]

Report message to a moderator

Re: Run Configuration Error [message #1862168 is a reply to message #1862163] Thu, 16 November 2023 07:31 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33264
Registered: July 2009
Senior Member
That "missing" class has existed for a very long time:

https://github.com/eclipse-jdt/eclipse.jdt.debug/blob/master/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaArgumentsTab.java

I suspect there is likely to be more detailed information in the log file, <workspace>/metadata/.log, than what you show in the screen capture. I couldn't guess what might be wrong with only the pictures. Can you attach the full log? First clear the log by deleting that file or using the big red X in the Error log view, and then do your action that causes the logged problems so that the log isn't big and full of repeats...


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Run Configuration Error [message #1862174 is a reply to message #1862168] Thu, 16 November 2023 10:30 Go to previous messageGo to next message
chen anjing is currently offline chen anjingFriend
Messages: 14
Registered: March 2023
Junior Member
I've reinstalled the OS, but the following logs should still be valid
  • Attachment: .bak_0.log
    (Size: 1.00MB, Downloaded 47 times)
Re: Run Configuration Error [message #1862175 is a reply to message #1862174] Thu, 16 November 2023 11:22 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33264
Registered: July 2009
Senior Member
This all looks very strange...

I would suggest installing a proper JDK 17 from here:

https://adoptium.net/temurin/releases/?version=17

And make sure that in Window -> Preferences -> Installed JREs that you use that JDK as your default JRE, not the thing you have at D:\Program\Scoop\UserScoop\apps\temurin17-jre.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Run Configuration Error [message #1862194 is a reply to message #1862175] Thu, 16 November 2023 18:00 Go to previous message
chen anjing is currently offline chen anjingFriend
Messages: 14
Registered: March 2023
Junior Member
But my temurin17 is downloaded from Scoop , which is a popular command-line installer for Windows.

I'm also using the old temurin17 on the new OS , and it's already working fine.

At that time, I might have wanted to upgrade eclipse, or install the pro version of eclipse, I'm not sure.
Previous Topic:[Minecraft Development HELP]
Next Topic:ANTLR 4 in Eclipse
Goto Forum:
  


Current Time: Fri Jan 17 15:32:19 GMT 2025

Powered by FUDForum. Page generated in 0.03172 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top