Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 16:20 Go to next message
venkateswari v is currently offline venkateswari vFriend
Messages: 2
Registered: April 2021
Junior Member
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 103 times)
  • Attachment: .log
    (Size: 133.57KB, Downloaded 98 times)
Re: Error while launching eclipse [message #1840661 is a reply to message #1840608] Wed, 21 April 2021 14:19 Go to previous messageGo to next message
venkateswari v is currently offline venkateswari vFriend
Messages: 2
Registered: April 2021
Junior Member
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 14:42 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
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


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Error while launching eclipse [message #1840664 is a reply to message #1840663] Wed, 21 April 2021 14:45 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

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.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Cygwin(openssh/.gitconfig)+Git+Eclipse+Windows+PasswordLess SSH
Next Topic:gibberish titles
Goto Forum:
  


Current Time: Fri Apr 26 16:38:25 GMT 2024

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

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

Back to the top