Skip to main content



      Home
Home » Newcomers » Newcomers » Error while launching eclipse(Eclipse launch error (Eclipse IDE for Java EE Developers))
Error while launching eclipse [message #1840608] Tue, 20 April 2021 12:20 Go to next message
Eclipse UserFriend
Getting the error as attached while launching Eclipse. Was working fine with Java 8. Installed Java 11 yesterday after which facing the attached error.
  • Attachment: eclipse error.docx
    (Size: 19.05KB, Downloaded 132 times)
  • Attachment: .log
    (Size: 133.57KB, Downloaded 132 times)
Re: Error while launching eclipse [message #1840661 is a reply to message #1840608] Wed, 21 April 2021 10:19 Go to previous messageGo to next message
Eclipse UserFriend
to add on is eclipse 4.7.3 version compatible with java 11?
Re: Error while launching eclipse [message #1840663 is a reply to message #1840661] Wed, 21 April 2021 10:42 Go to previous messageGo to next message
Eclipse UserFriend
I'm not sure. It might work if you add this line after the -vmargs line in the eclipse.ini file.

--add-modules=ALL-SYSTEM

You can also add two lines like this to point at a specific VM (if you still have Java 8 on your system):

-vm
C:/Program Files/Java/jdk-11.0.9/bin
Re: Error while launching eclipse [message #1840664 is a reply to message #1840663] Wed, 21 April 2021 10:45 Go to previous message
Eclipse UserFriend
I would expect '--add-modules=ALL-SYSTEM' to have limited usage in the future due to the outright removal of APIs that occurred in
Java 11. You're better off running 4.7.3 with a Java 8, or using the current release, 2021-03.
Previous Topic:Cygwin(openssh/.gitconfig)+Git+Eclipse+Windows+PasswordLess SSH
Next Topic:gibberish titles
Goto Forum:
  


Current Time: Tue Jul 15 16:41:38 EDT 2025

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

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

Back to the top