• 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

how to start eclipse

 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

i have eclipse-java-ganymedesr2-win32.
it has an exe file.
but when i run it it is showing

could not open d:\lib\i386\jvm.cfg

i have path as 3;D:\Program Files\Java\jdk1.6.0_12\bin;D:\Program Files\Java\jdk1.6.0_12\jre; in user variables

in system variables
i have JAVA_PATH D:\Program Files\Java\jdk1.6.0_12\jre
QTJAVA D:\lib\ext\QTJava.zip

what should i do


thank you in advance
 
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
These are the settings you should have:

JAVA_HOME="D:\Program Files\Java\jdk1.6.0_12\"
PATH=%JAVA_HOME%\bin

You do not need JAVA_PATH (at least, not for Eclipse).

If these do not help, then add these lines to your eclipse.ini file:

-vm
D:\Program Files\Java\jdk1.6.0_12\bin\java.exe
 
bharani rao
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi peter,
i found the solutions just an hour back.

actually i did not install java, rather, java was not properly installed on my system.
so i reinstalled java and now the eclipse is running fine.

thank you
 
Ranch Hand
Posts: 296
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have developed a web application using JCreater and i want to switch to ECLIPSE gelilio .
so please guide me how to import my web application into eclipse
 
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
santosh, please do not hijack others' topics with unrelated questions. Open a new topic instead.
 
santhosh.R gowda
Ranch Hand
Posts: 296
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear sir

Sorry sir for the question i had asked
 
Hey, sticks and stones baby. And maybe a wee mention of my stuff:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic