Pergunta

I have properly installed jdk in my system, I have also set the CLASSPATH properly, but when I am installing ArgoUML, it shows a Message the No JRE found, what should I do?

Foi útil?

Solução

I've just had this problem too, with a properly installed x64 JRE 8u45. Don't know if the Windows exe installer expects an x86 jvm?

Anyway, download the binary package zip instead from Tigris (dead) GitHub Releases and unzip somewhere. It runs fine from there * with argouml.bat, you just don't get a start menu entry added.

  • EDIT: Your PATH must be correct to find the java.exe, easy way to check is to open a new Cmd shell (Start > Run... > cmd) and type java -version you should get something back from the jvm

Outras dicas

Check if JAVA_HOME environment variable is set (it should contain the directory your JRE is installed to).

I have the same problem on WIN7_X64.

I have installed it manually, here some steps:

  • Download the argouml-0.34 zip file
  • Extract the archive to install_dir Ex: C:\Program Files (x86)\ArgoUML-0.34 (to make it visible for all users)
  • Create a shortcut ArgoUML in C:\ProgramData\Microsoft\Windows\Start Menu\Programs with the following information:

Target: "install_dir\argouml.jar" Ex: "C:\Program Files (x86)\ArgoUML-0.34\argouml.jar"

Start in: "install_dir" Ex: "C:\Program Files (x86)\ArgoUML-0.34"

Change Icon...: browse to install_dir\ArgoUML.ico Ex: C:\Program Files (x86)\ArgoUML-0.34\ArgoUML.ico

You ca use argouml.bat but the above steps are more than enough.

I installed windows x64 first but it didn't work.

Then I installed windows x86 offline and it worked. Simple!

First install 86 bit jre(Windows x86 Offline) from oracle.com then try to install ArgoUML.I think it will work.It has worked for me.Get the download link below for jre and ArgoUML below.

jre link-

https://www.oracle.com/java/technologies/javase-jre8-downloads.html

ArgoUML link-

https://argouml.en.softonic.com/download

I was able to use installer by first installing Java x86/32 bit JRE

  1. First install the jre-8u271-windows-x641.exe
  2. Install argouml
  3. Uninstall the jre-8u271-windows-x641.exe
  4. Move to the folder: C: \ Users \ nameuser \ AppData \ Roaming \ Microsoft \ Windows \ Start Menu \ Programs \ ArgoUML right-click on ArgoUML then property under target: "C: \ Program Files \ Java \ jdk-15 \ bin \ javaw.exe "-Xms64m -Xmx512m -jar" C: \ Program Files (x86) \ ArgoUML \ argouml.jar "specify the bin path of your jdk me mine is C: \ Program Files \ Java \ jdk- 15 \ bin \ javaw.exe
  5. Execute the file (double click) .bat: C: \ Program Files (x86) \ ArgoUML \ argouml.bat
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top