• 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

Urgent Help Required

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I am getting the following error when trying to run Java , Please help me .I am running windows NT .
Please give me any sloution at your earlieat..
Thanks in advance.
Aamir
F:\>java -version
Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.2', but '1.3' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds like you may have installed an IDE with an older version of the JDK than you already had installed. I installed JBuilder3.5 after I had already installed JDK1.3 and I got the same error. If I am correct you need to open your IDE and change the JDK that it uses, so it uses JDK1.3 instead.
------------------
I hope its helps, feel free to email me noahcarroll@juno.com
 
Aamir Khan
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Carroll I re installed the jdk 1.3 and now everything is fine
Aamir
 
reply
    Bookmark Topic Watch Topic
  • New Topic