The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
November 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

thank you!!

Posted by Elizabeth on January 18, 2002 at 7:00 PM

ok maybe nobody will ever see this, but thank you so much for posting your solution. I had the same problem and found your solution on a google search. Thank You!!!!!


>
>
>


> Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
> has value '1.1', but '1.3' is required.
> Error: could not find java.dll
> Error: could not find Java 2 Runtime Environment.
>

>


>
> When I've seen this problem before, it's because two versions of the JDK tools (java, rmic, etc.) are in your system path. Try this:
>


    >
  • Open a DOS prompt
    >
  • Type 'set PATH=c:\jdk1.3\bin' (without the quotes)
    >
  • Type 'cd \jdk1.3\bin\BDK1.1\beanbox'
    >
  • Run the batch file
    >


>
> Let me know how it goes.






Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us