Hello.

I was not satisfied with the work of ARIS Express under Wine (for example, elements moving does not work) so I decided to run ARIS natively using OpenJDK. But this was not successfull because I have a very old version of ARIS which certificates have expired 5 months ago (and OpenJDK, unlike Oracle JRE, seems do not support security policies to bypass this issue). Of course it's possible to download a fresh Windows installer but it's too overheady idea because the package contains JRE inside. So I decided to download JAR files manually with wget (javaws is unusable on GPRS because it establish very unstable connection and load all files from beginning on every restart), getting download links from JNLP file with a Bash script. But when I'm trying to download, for example, http://download.ariscommunity.com/PngEncoder.jar.pack.gz, server returns 404 error. If I replace "download" with "cdn-download" subdomain, it returns 403. Same if I discard .pack.gz extension and leave just .jar. What's wrong?

 or register to reply.

Notify Moderator