ropensci / beastier

R package to run BEAST2
https://docs.ropensci.org/beastier
GNU General Public License v3.0
11 stars 1 forks source link

beastier must run on Windows #45

Closed richelbilderbeek closed 5 years ago

richelbilderbeek commented 5 years ago

Created beastier_on_windows repo.

richelbilderbeek commented 5 years ago

Fix is there since June 23 2019

richelbilderbeek commented 5 years ago

A fix would be to upgrade to v2.6.1

richelbilderbeek commented 5 years ago

New BEAST2 version is not a full upgrade, so revert to 2.6.0, but download the newer manifest

richelbilderbeek commented 5 years ago

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
richelbilderbeek commented 5 years ago

From here:

It is possible, you can specify the class to run from the command line:

java -cp yourJar.jar your.main.Class
richelbilderbeek commented 5 years ago

From the commit, I'd say the main class is beast.app.beastapp.BeastLauncher

richelbilderbeek commented 5 years ago

beastier_on_windows works, so closing this Issue.