I am using Windows 10 with Java 10 installed and I am trying to complete execution of Tassel-5-stand alone. There error that comes up is:Error: Could not find or load main class net.maizegenetics.tassel.TASSELMainApp.
According to the manual the solution for Windows users is : my $CP = join(";", @fl); I used that solution in Git Bash and I get another error: bash: syntax error near unexpected token `(' I tried modifying it by placing it in quotes that does not work either. So I am stuck and don't know how to go forward.
https://bytebucket.org/tasseladmin/tassel-5-source/wiki/docs/ExecutingTassel.pdf (Scroll to the last page).
Can anyone help me? Thanks in advance!
how do you run this application ? by clicking on a bat file ? from the command line ?