• 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

Error while starting eclipse

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

I have a J: drive mapped which consists of jdk15910 etc.

I had got Eclipse 3.2 in C: drive which I recently extracted. When I started eclipse, it gave me an error - No Java 2 Runtime environment.

I started it with -vm J:/apps_pub/jdk15910 command.This directory J:/apps_pub/jdk15910 contains bin, jre/bin etc and all.

When I look at the control panel for the installed programs, I see the Java DK 6, but there is no JRE.Its JDK 6 not 5.

Anyways when I started with vm arguement eclipse gives me an error that No JDK or JRE found at J:/apps_pub/jdk15910 path

I am clue less. The path definitely has bin, jre/bin etc.

What should I do. please help


Thanks

 
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
When using the -vm option, you must give the full path for either the java.exe or jvm.dll file. Either of these should work:

eclipse -vm J:/apps_pub/jdk15910/bin/java.exe

eclipse -vm J:/apps_pub/jdk15910/jre/bin/client/jvm.dll
 
No thanks. We have all the government we need. This tiny ad would like you to leave now:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic