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:

Re: BeanBox

Posted by Brian Sanders on November 15, 2001 at 9:24 AM




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:
  • thank you!! Elizabeth January 18, 2002 at 7:00 PM (0)

Sponsored Links



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