Eclipse error in a extensible plug in java

Asked By 30 points N/A Posted on -
qa-featured

Hello people,

I have recently started using Eclipse,a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system in Java.

I am experiencing some difficulties as I am met with the following error while using the program. The screenshot of the error is attached below:

Escilpe 2

The error states as:

jVM terminated. Exit code=127

/usr/bin/java

-jar /usr/lib/eclipse-3.2/startup.jar

-os linux

-ws gtk

-arch x86

-launcher /usr/lib/eclipse-3.2/eclipse

-name Eclipse

-showsplash 600

-exitdata 1f0002

-vm /usr/bin/java

-vmargs

-jar /usr/lib/eclipse-3.2/startup.jar

Has anyone else also encountered such a problem? if yes, please help me out in getting out of this situation.

Waiting for your suggestions

Kindest regards

araceliariana

SHARE
Best Answer by Edmund Joseph
Answered By 0 points N/A #141983

Eclipse error in a extensible plug in java

qa-featured
This problem often rises in Linux. You can solve this problem by reinstalling the starter using following command
 
Java -jar /home/nauman/myprograms /eclipse/startup.jar
 
This command in Linux mostly works. If the problem still there you have to download eclipse. Home/nauman/myprograms /eclipse is the path where the starter exists. Hoping this will work for you. 
Best Answer
Best Answer
Answered By 5 points N/A #141984

Eclipse error in a extensible plug in java

qa-featured

Hi there user:

Most users tell this error 'JVM Terminated. Exit Code=127' occurs right after the installation. And most problems are a caused by x64 jre. To fix it, start it with java ‘java-jar /home/tahir/program/_files/eclipse/startup.jar’ if it didn’t work for you, this one will surely fix everything ‘java –jar /usr/lib/eclipse/start-up.jar.’

And all is well!

Thanks for asking here at techyv.com. Feel free to post your query again next time.

Best regards,

Related Questions