Does Moneydance For Mac Download Java



Package Details: moneydance 2021.2006-1

While Moneydance may not feel quite as intuitive as Quicken at first, it can do pretty much everything the latter can and was actually one of the first ever financial applications on the Mac so it's certainly not lacking in experience. It has a limited demo version you can download for free, so you can get a view of what iFinance has to offer. Price: $39/mo (Cloud version) While a free option is available for this app, it has a cloud-based version that’s much more powerful and allows you to access your information from multiple devices. The fact that it’s built in Java means it will run on Windows, Mac, or Linux, but there have been some obvious sacrifices in look and feel / polish because of the Java choice. Functionally, Moneydance is there, though it’s very weak in Budgeting (as most apps are).

UPDATE: Ok, figured it out. In /usr/bin/moneydance add the following export statement: export JAVAOPTIONS='-Dsun.java2d.uiScale=2' This increased the size, unfortunately, too much for my 14' FHD laptop screen. However, it may help others with an external FHD monitor.

Package Actions

  • View PKGBUILD / View Changes
Git Clone URL: https://aur.archlinux.org/moneydance.git (read-only, click to copy)
Package Base: moneydance
Description: A personal finance manager for Mac, Windows and Linux
Upstream URL: https://www.moneydance.com/
Licenses: custom
Submitter: tongpu
Maintainer: plague-doctor
Last Packager: plague-doctor
Votes: 28
Popularity: 0.56
First Submitted: 2012-04-13 00:41
Last Updated: 2020-10-20 23:57

Dependencies (3)

  • bash(bash-devel-static-git, bash-devel-git)
  • java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, zulu-13-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk11-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jre8, jre-openj9, jdk8-openj9-bin, jre8-adoptopenjdk, jdk8-j9-bin, zulu-14-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, zulu-8-bin, zulu-15-bin, zulu-11-bin, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jre-jetbrains, jdk8, jre11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, java-openjdk-loom-ea-bin, jdk7r1-j9-bin, jdk7-j9-bin, java-openjdk-ea-bin, jre11-jetbrains-imfix, jdk-jetbrains, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
  • jre-openjdk(jdk8-openjdk-dcevm, jdk11-openjdk-dcevm, jdk-adoptopenjdk, jdk11-adoptopenjdk)
Does

Sources (4)

  • moneydance_amd64-2021.2006-1.tar.gz(x86_64)
  • moneydance_amd64-2021.2006-1.tar.gz(aarch64)

Gotit commented on 2020-10-04 14:53

Having some trouble with the build, getting:

> Validating source_x86_64 files with sha256sums... moneydance_amd64-2020.1928-1.tar.gz ... FAILED

> ERROR: One or more files did not pass the validity check!Failed to build moneydance

reefland commented on 2020-09-09 13:58

2020.1 is available. https://infinitekind.com/blog/moneydance-2020-1

reefland commented on 2020-08-10 11:49

Moneydance 2020.1919 is now available.https://infinitekind.com/update

lrissman commented on 2020-06-16 12:22

This package built properly on my pinebook pro under the aarch64 architecture (arm64).

I made three changes to the original pkgbuild file so that it thinks that the amd64 sources are good for aarch64. Here is the generated diff:

For some reason, the generated diff did not catch the last change. I also added this line at the end of the pkgbuild file below the x86_64 line

sha256sums_aarch64=('9670ef2977c3cbff41666bd6a6c83ef8e81343ab1b2d009d4e07dd99acb30d25')

snout commented on 2019-09-24 13:17

The dependency on openjdk is unneccessary and can be removed from the PKGBUILD.

gps1539 commented on 2019-09-20 00:22

I just installed but it failed to run. The installer (pacaur) pulled in: jre-openjdk-headless-12.0.2.u10-1 libnet-1.1.6-3 jre-openjdk-12.0.2.u10-1

$ moneydancePicked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=gasp -Dawt.useSystemAAFontSettings=onError: A JNI error has occurred, please check your installation and try againException in thread 'main' java.lang.UnsupportedClassVersionError: Moneydance has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)

After editing the 1st line in /usr/bin/moneydance to 'export PATH=/usr/lib/jvm/java-12-openjdk/bin/:$PATH' it starts OK.

Gotit commented on 2019-07-07 19:48

UPDATE: Ok, figured it out... in /usr/bin/moneydance add the following export statement: export _JAVA_OPTIONS='-Dsun.java2d.uiScale=2'

This increased the size, unfortunately, too much for my 14' FHD laptop screen. However, it may help others with an external FHD monitor.

Thanks for the latest install!MD renders a bit small on my HD laptop screen. MD has published a work around (https://infinitekind.tenderapp.com/kb/linux/linux-and-hidpi-high-resolution-screens) by adding a few lines to a file 'Moneydance.vmoptions' that should be in the same folder as the Moneydance exec., typically in /opt.

However, I don't have anything in /opt. I did try the file in the two fillowing locations, but NG:

/usr/share/java/moneydance

/usr/share/java/moneydance/moneydance.jar

Download

Any thoughts where I can add the 'Moneydance.vmoptions' file to increase the display size?

GHammer commented on 2019-04-10 00:37

Thanks for this. It is a breaking point for adopting a new distro.

Moneydance For Business

mosh5382 commented on 2019-01-12 22:54

Does Moneydance For Mac Download Java

Version 2019.0 (1847) has been released. This requires jre-openjdk (OpenJDK 11). Java 8 or 10 do not work).

oddy commented on 2018-11-14 10:23

This package probably has outdated checksums. Installation fails for me with validity checks.

Moneydance Demo

'One or more files did not pass the validity check'