argouml-tigris-org / argouml

Main project of argouml. Some information in the wiki. Some old releases in releases. (depends on parentpom, testmodels)
246 stars 92 forks source link

ArgoUML-0.35.1-setup.exe JRE fails to download #36

Open godomainz opened 3 years ago

godomainz commented 3 years ago

I even have Java 1.8 installed. but still NOT recognized by the setup

jre

And yes my internet is working properly

Syed0208 commented 3 years ago

did you find an answer to this?

philipschikora commented 3 years ago

same here

twocentdev commented 2 years ago

I've had the same issue. Unfortunately I have not solve this installation problem, but I have found a workaround.

  1. Install Java on your PC.
  2. Download ArgoUML "Java version" from this repo. ArgoUML-0.35.1.zip.
  3. Go where you have downloaded and unzipped the files.
  4. Execute argouml.bat for Windows or argouml.sh for Mac and Linux.

Why is on 2022 this trying to download Java JRE from sun.com?

linustolke commented 2 years ago

The script to do the windows install is very old and I guess it had some URL:s hardcoded. The scripts to build the old installation are abandoned now in favor of a Maven-oriented build. We need to find and select a maven-based tool to make the windows installer and configure it to solve this.