8

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Mayank Tiwari
  • 2,974
  • 5
  • 30
  • 52
  • I installed [Windows x86 Offline](https://www.oracle.com/java/technologies/javase-jre8-downloads.html) as @Nithish said and it worked. Adding `JAVA_HOME7bin` on `PATH` wasn't necessary. – Anhera Jun 22 '21 at 17:12

7 Answers7

18

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
Marco Eckstein
  • 4,448
  • 4
  • 37
  • 48
mike
  • 196
  • 1
  • 3
  • 6
    Note : `java -version` is returning my JRE version but still not able to install AgroUML through the installer. – AxelH Feb 26 '17 at 18:06
3

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

david a.
  • 5,283
  • 22
  • 24
3

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.

k-messaoudi
  • 347
  • 2
  • 5
3

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

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

Farid
  • 1,024
  • 9
  • 16
3

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.Try to download from below given links for jre and ArgoUML.

jre link-

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

ArgoUML link-

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

Ravi Prakash
  • 31
  • 1
  • 4
2

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

SAbboushi
  • 59
  • 6
-1
  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
Timus
  • 10,974
  • 5
  • 14
  • 28