Menu

problem getting started

2002-08-25
2002-09-15
  • Martin Baker

    Martin Baker - 2002-08-25

    I got the errors below when trying to run ngen
    does it run under java 1.4?
    Also is there any information abouts what the various programs do? I would like to produce UML documentation for my program, is this what I should be using?

    thanks, Martin
    -----------------------------------------
    C:\mjbPrograms\programmimg\ngen\ngen_0_3_1>gen
    classpath=lib\xml4j.jar;lib\petalParser.jar;lib\nsuml.jar;lib\ngen.jar;lib\antlr.j
    ar;
    Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
    has value '1.4', but '1.3' is required.
    Error: could not find java.dll
    Error: could not find Java 2 Runtime Environment.

     
    • Michael Laus

      Michael Laus - 2002-08-26

      Hi Martin,

      it seems like you have more than one java versions installed on your system. The best solution is to uninstall java 1.3 properly before installing java 1.4.

      If you want to use both versions - java 1.3 and java 1.4 - at the same time on your system you have to have some additional effort.
      You can adjust your PATH variable so that the path to the jre and jdk folders of the java version you like to use are placed before the corresponding path of the java version you don't want to use.
      Or you can specify the full path to the jre or jdk version you want to use on each call to jre, java or javac. For example don't type
      "java AClass"
      but type
      "c:\jdk1.4\bin\java AClass" (if java 1.4 is installed in c:\jdk1.4)

      Hope this helps
      Michael Laus

       
    • Martin Baker

      Martin Baker - 2002-08-26

      Michael,

      Thank you, I entered the full path for java.exe and it now works!

      (I also just realised that I need to use the program from Argo)

      Thanks again, Martin

       
    • Percy Loi

      Percy Loi - 2002-09-15

      Dear Martin ,
        i an interesting in nsuml and want to use it in my project by jbuilder. can you tell me help to use it or where can i get more information about this?

      thanks
      percy

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.