Eclipse Problem
I don't Know Why My Ecplise IDE is not opening even i downloaded it more than 3 times and also uninstalled it 2 times .. Actually When it's downloaded it is opening but when I try to open it second time it is not opening.. Can Anyone Help
95 Replies
⌛
This post has been reserved for your question.
Hey @Danix! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
How are you opening it?
Which operating system are you using?
Windows 11
@dan1st | Daniel
.
also try opening a terminal in the Eclipse installation directory and run
eclipsec
from that terminalThis thing I am facing
I said
eclipsec
, not eclipse
alternatively, you could try eclipse -console
Also I didn't say anything about -clean
I meant running
eclipsec
in the terminal
here instead of eclipse -clean
, run eclipsec
This is what I got
@dan1st | Daniel
Can you show the eclipse.ini?
(open the file in some text editor)
@dan1st | Daniel
just remove that line
Now it says version 1.8.0_202 of the jvm is not suitable for this product. Version 17 or greater is required
Do you have Java 17 or later installed on your system?
When installing Eclipse, did you specify a Java version in the installer?
The eclipse automatically take java version 21
Well in your case it uses Java 8
anyways do you know where Java 21 is installed on your system?
Yehh I checked it
what's the output of
where java
?Ahh let me check it
Environment path
just enter
where java
in cmd
it will tell you where it isok
In the eclipse.ini, add the following two lines
(you can later replace
java.exe
with javaw.exe
but for now it would be good to see the console etc)
also there may be a better version of that by using the jvm.dll
which may be located in some other directoryShould I also add
vm!
Note, you should add these at the beginning of that file or at least before
-vmargs
?
just these two linesOhh
Ok I did it
Does it work?
don't add it at the end
add it at the beginning
it must be at some point before
-vmargs
Ohh
I am getting error
what's the error?
Did you run it from the terminal with
eclipsec
?No Directly from app icon
try running it from the terminal using
eclipsec
and check the output shown in the terminalIts the same error
What's shown in the .log file shown in the error?
btw you can just paste stuff into Discord
you don't need to take images with your phone
it's easier to read that way
It's not but this
?
yes and this error gives you the path to some file
you can open that file
and look what's inside
and that file should tell you what's wrong
The file is too long
the end is the most important part
Also if possible, just paste the text into Discord
not images
the error at the end
Did you move the eclipse installation after downloading/installing it?
Not today but may be before when I downloaded it
you can try adding
to the eclipse.ini
that may have caused the problem
after installing, you shouldn't move the installation directory
Where to add it
at the end
Before exception right ?
?
in the eclipse.ini
not the log file
Ohh
Now I am getting error into another log file
then you'd need to check the error
Is that the new log file?
yehh
This really looks like you moved the Eclipse installation
you might want to try installing it again without moving it
or you just download the zip file instead of the installer
can u tell me how to do it bcz i have already try alot times
i havenot move it today when i download it
just try with the zip file instead of installing
So should I have to delete the ecplise from my OS First
yeah you can do that
In https://www.eclipse.org/downloads/packages/release/2024-03/r/eclipse-ide-java-developers, there's a
Windows
download linkthat should download a zip file
Extract that zip file where you want
and it should come with everything you need
Ohh
and it should even be possible to move it around
Ok
Btw how did u know all the things like what the error is and what might the problem was .. Did u learned all those stuffs
I use Eclipse and Java for quite some time (and I have done some weird/questionable things that break stuff) so I am experienced with what these things are
Ohh
and for that, I googled it and found https://stackoverflow.com/a/8775340/10871900
Stack Overflow
"Unable to acquire application service" error while launching Eclipse
When ever I try to launch my eclipse I am getting the following exception an its not coming up.
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse....
Are u a backend developer
For that, I knew what the security manager is and that these things are configured in the eclipse.ini
yes
Ohh
for that, it literally told you what the issue was and I know how to change the JVM
Actually I am also following the path of java backend developer but really confused about the technologies that what should I would have to learn . I know java , spring core , database but don't know what technology I should follow up next. Can u suggest
So you already know Java and Spring?
Yehh I know java and spring core
Were you using Spring Boot?
I am confused on it like should I have to learn spring MVC before it or not
just use Spring Boot and learn Spring MVC using Spring Boot
Spring Academy - Unlock your full potential with Spring courses fro...
Unlock your full potential with Spring courses from the Spring team.
Like While Learning Spring Boot I should have to learn Spring MVC with it
Learning Spring Boot itself isn't that hard
like Spring Boot just makes working with Spring easier by automatically configuring stuff for you/making configuration easier
ohh
For the first link there, the free courses are probably enough
so i have to learn Spring MVC as Well
is that for spring boot
I think these are using Spring Boot
Spring Boot will probably make this easier :)
I am confused now Should I have to learn spring MVC as well or not if i am learning Spring boot
Nothing stops you from using Spring Boot together with Spring MVC
Do u have any roadmap that i can follow up
Bcz that will really help me alot
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.