Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Error in starting eclipse
Error in starting eclipse [message #1008660] Wed, 13 February 2013 13:27 Go to next message
Chaitanya R is currently offline Chaitanya RFriend
Messages: 4
Registered: February 2013
Junior Member
I was using eclipse with Java 1.7 but today I have uninstalled JRE1.7 and installed JRE1.6 in my machine to solve some issue. After that when I am starting eclipse I am getting below error in alert box:
---------------------------------------------------------
Java Virtual Machine Launcher

Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.6', but '1.7' is required.

Could not find java.dll


---------------------------------------------------------

Please help how to solve this issue, Thanks in advance.
Re: Error in starting eclipse [message #1008908 is a reply to message #1008660] Thu, 14 February 2013 05:24 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
You can tell eclipse which JRE to use in the eclipse.ini. If you've
installed bundles that require 1.7 in your IDE you will need a 1.7 JRE
to run the IDE itself.


On 13/02/2013 8:22 PM, Chaitanya R wrote:
> I was using eclipse with Java 1.7 but today I have uninstalled JRE1.7
> and installed JRE1.6 in my machine to solve some issue. After that
> when I am starting eclipse I am getting below error in alert box:
> ---------------------------------------------------------
> Java Virtual Machine Launcher
>
> Error: Registry key 'Software\JavaSoft\Java Runtime
> Environment'\CurrentVersion' has value '1.6', but '1.7' is required.
>
> Could not find java.dll
>
>
> ---------------------------------------------------------
>
> Please help how to solve this issue, Thanks in advance.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Error in starting eclipse [message #1008931 is a reply to message #1008660] Thu, 14 February 2013 07:03 Go to previous messageGo to next message
Chaitanya R is currently offline Chaitanya RFriend
Messages: 4
Registered: February 2013
Junior Member
Thanks a lot Ed Merks.

I have added below lines to my eclipse.ini file and it started working fine now.
----------------------------------
-vm
C:\Java\jdk1.6.0_35\bin\javaw.exe
----------------------------------
Re: Error in starting eclipse [message #1862114 is a reply to message #1008660] Mon, 13 November 2023 19:00 Go to previous messageGo to next message
Wladyslaw Gorski is currently offline Wladyslaw GorskiFriend
Messages: 4
Registered: November 2023
Junior Member
Chaitanya R wrote on Wed, 13 February 2013 13:27


Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.6', but '1.7' is required.

Could not find java.dll



Man, I'm really at my wit's end here. This Java error has totally derailed my progress on the site. If I don't get Eclipse working again soon, there's no way I'll make that launch date. Just when I was on a roll too - really starting to see the potential as all the pages were taking shape. But now it feels like I've hit a brick wall. I don't know how many more forums I can browse or troubleshooting guides I can follow trying to solve this. At this point I might hop over to this web-site and see if anyone in the company has any other ideas. These guys are usually pretty helpful over there. Fingers crossed someone can point me in the right direction to get back to building out my dream project. I'm not giving up on this idea yet - I just need to find a way past this tech roadblock!
Re: Error in starting eclipse [message #1862115 is a reply to message #1862114] Mon, 13 November 2023 19:34 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Any more links posted to the company website and I'll ask all your posts to be removed. I get the feeling your posts are purely for that purpose, but that will be pointless if they are all deleted.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Eclipse IDE for Java Developers doesn't start-up. Exit code 2
Next Topic:Autocomplete and Suggestions
Goto Forum:
  


Current Time: Sat Apr 20 00:16:50 GMT 2024

Powered by FUDForum. Page generated in 0.07824 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top