• 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

eclipse startup probs

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
after changing some memory settings in eclipse.ini, eclipse wont start.. downloading and replacing eclipse.ini didnt help. java is up to date.. i recieve the error message in the pic attached..
Udnbenannt.png
[Thumbnail for Udnbenannt.png]
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Marting, welcome to Java Ranch!

I don't see anything offhand. Please post your eclipse.ini.
 
Martin Zottinsky
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
eclipse.ini:



btw, if i add the parameters -vm C:\Program Files\Java\jre6\bin\javaw.exe in Windows cmd, it works.. but if i try to add this parameters in the shortcut or in eclipse.ini, it doesnt..
 
Martin Zottinsky
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no ideas?
 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Martin Zottinsky wrote: if i add the parameters -vm C:\Program Files\Java\jre6\bin\javaw.exe in Windows cmd, it works.. but if i try to add this parameters in the shortcut or in eclipse.ini, it doesnt..


how you are adding the entry in eclipse.ini? add before -vmargs and add -vm then immediate next line C:\Program Files\Java\jre6\bin\javaw.exe.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Line 7 is incorrect - the size needs to be on another line:

--launcher.XXMaxPermSize
512m
 
We can walk to school together. And we can both read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic