CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Location
    Houston Texas
    Posts
    4

    compile-yes, run-NO!??

    A few weeks ago my teacher set up the CLASSPATH for my NT laptop. All was good. Last night I go to compile and all is good still. But I get errors when I run. This is it>>> Registry key 'Software\JavaSoft\JavaRuntimeEnvironment\current version' has value 1.1.6, but 1.3 is req'd. no java.dll or J2RE. What did I do? What can I do? CLASSPATH is c:\jdk1.3\jre\lib\rt.jar;. HELP!!!

    ...newbie to the JAVA world, be gentle.
    I have many questions.

  2. #2
    Join Date
    Sep 2000
    Location
    Texas
    Posts
    22

    Re: compile-yes, run-NO!??

    you can download the newest JRE from: http://java.sun.com/j2se/1.3/jre/download-windows.html
    this should fix you problem.. I had the same problem myself when i had to test my applets in web browsers.

    "There are no facts, only interpretations."
    -Friedrich Nietzsche

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured