• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem while adding the JARs in eclipse

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am trying to add external JAR in my eclipse project through
properties->Java Build Path->Libraries->Add external JARS
and getting the error:
JVM termeinated. Exit code=1
C:\WINDOWS\system32\javaw.exe
-Xms40m
-Xmx256M
-XX:MaxPermSize=256m
-jar C:\eclipse\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\eclipse\eclipse.exe
-name Eclipse
-showsplash 600
-exitdata ab0_84
-vm C:\WINDOWS\system32\javaw.exe
-vmargs
-Xms40m
-Xmx256M
-XX:MaxPermSize=256m
-jar C:\eclipse\startup.jar

and the eclipse is getting terminated. I have 1 GB ram.
Can you please provide if any solution available for this problem.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should check in the log for any error messages. 256M RAM is pretty low for a recent Eclipse, though, I'd say--try upping it to 512M and see if it helps.
reply
    Bookmark Topic Watch Topic
  • New Topic