Closed richelbilderbeek closed 5 years ago
Fix is there since June 23 2019
A fix would be to upgrade to v2.6.1
New BEAST2 version is not a full upgrade, so revert to 2.6.0, but download the newer manifest
From here:
You can also add the manifest, with the following command:
jar -uvfe your.jar foo.bar.Baz
java -jar your.jar # tries to run main in foo.bar.Baz
From here:
It is possible, you can specify the class to run from the command line:
java -cp yourJar.jar your.main.Class
From the commit, I'd say the main class is beast.app.beastapp.BeastLauncher
beastier_on_windows works, so closing this Issue.
Created beastier_on_windows repo.