Eclipse Oxygen fails to start

0 votes
I am using Eclipse Oxygen for the first time in order to develop my Java code. I have already installed Java 9 and its SE Development Kit.

But when I am trying to launch it, it's giving me the below log:

goo.gl/KRtYmm

Any help regarding this will be appreciated.
Jun 7, 2018 in Java by misc.edu04
• 1,450 points
977 views

1 answer to this question.

0 votes

I think you need to make some modifications in your “eclipse.ini” file by adding the below line after -vmargs line:

--add-modules=java.se.ee

This will add all the missing classes in the Java 9 module.

But, if you use Eclipse Oxygen (4.7.1) or more, I think you won’t face this issue any more as it comes with full support for Java 9.

Hope this helps!!

answered Jun 7, 2018 by code.reaper12
• 3,500 points

Related Questions In Java

0 votes
1 answer

Following error is occurring "Can't start Eclipse - Java was started but returned exit code=13"

There are combinations of Operating System, JDK ...READ MORE

answered Apr 19, 2018 in Java by Rishabh
• 3,620 points
2,727 views
0 votes
1 answer

How to set JDK in Eclipse?

To manage the list of compilers go ...READ MORE

answered Jan 3, 2019 in Java by Daisy
• 8,120 points
26,639 views
0 votes
1 answer
0 votes
1 answer

How to download Eclipse on a flash drive and use it on a public computer?

To use Eclipse from a flash drive, ...READ MORE

answered Apr 22, 2019 in Java by Omkar
• 69,210 points
5,420 views
+4 votes
11 answers

How to import a jar file in Eclipse?

Click on File > Import. The Import ...READ MORE

answered Aug 23, 2018 in Java by Daisy
• 8,120 points
352,314 views
0 votes
1 answer

Which is the best GUI designer for Eclipse?

Windows Builder Pro is the best GUI ...READ MORE

answered May 21, 2018 in Java by Akrati
• 3,190 points
1,598 views
0 votes
2 answers

When I am running eclispe on my computer it is throwing error. How to resolve it?

If you have downloaded the 64 bit ...READ MORE

answered Dec 10, 2018 in Java by Sushmita
• 6,910 points
774 views
0 votes
1 answer

How can we import javax.servlet API in Eclipse?

Before installing Eclipse, ensure that you are ...READ MORE

answered Jun 7, 2018 in Java by Parth
• 4,630 points
2,650 views
0 votes
1 answer

How to retrieve current stack trace?

Yes, in Java we do have a ...READ MORE

answered May 17, 2018 in Java by code.reaper12
• 3,500 points
1,602 views
0 votes
1 answer

How to remove ‘char’ from a String?

Hi...here you can try using the overloaded ...READ MORE

answered May 22, 2018 in Java by code.reaper12
• 3,500 points
516 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP