'Can not find Java Runtime Environment Says ArgoUML
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?
Solution 1:[1]
Check if JAVA_HOME environment variable is set (it should contain the directory your JRE is installed to).
Solution 2:[2]
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
ArgoUMLinC:\ProgramData\Microsoft\Windows\Start Menu\Programswith 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.batbut the above steps are more than enough.
Solution 3:[3]
I installed windows x64 first but it didn't work.
Then I installed windows x86 offline and it worked. Simple!
Solution 4:[4]
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-
Solution 5:[5]
I was able to use installer by first installing Java x86/32 bit JRE
Solution 6:[6]
- First install the jre-8u271-windows-x641.exe
- Install argouml
- Uninstall the jre-8u271-windows-x641.exe
- 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
- Execute the file (double click) .bat: C: \ Program Files (x86) \ ArgoUML \ argouml.bat
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | k-messaoudi |
| Solution 3 | Farid |
| Solution 4 | |
| Solution 5 | SAbboushi |
| Solution 6 | Timus |
