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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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
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
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