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
Eclipse UserFriend
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 73 times)
  • Attachment: log.png
    (Size: 98.08KB, Downloaded 62 times)

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

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
Eclipse UserFriend
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...
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
Eclipse UserFriend
I've reinstalled the OS, but the following logs should still be valid
  • Attachment: .bak_0.log
    (Size: 1.00MB, Downloaded 51 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
Eclipse UserFriend
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.
Re: Run Configuration Error [message #1862194 is a reply to message #1862175] Thu, 16 November 2023 18:00 Go to previous message
Eclipse UserFriend
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: Wed Feb 12 08:49:53 GMT 2025

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

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

Back to the top